mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-16 10:41:34 +03:00
fdf73fe539
- PageReinstall_OLD_MUI_HEADER_TEXT_SUBTITLE - PageReinstall_OLD_Field_2 - PageReinstall_OLD_Field_3 - REVISION - README.md updated - calling bin/l10n.sh was missing This commit includes updated translations from transifex.
28 lines
923 B
Markdown
28 lines
923 B
Markdown
# Windows Installer Translations
|
|
|
|
## Introduction
|
|
|
|
Translations on transifex: http://www.transifex.com/projects/p/owncloud/resource/mirall-wininstaller/
|
|
|
|
Daily sync job: https://ci.owncloud.org/view/translation-sync/job/translation-sync-mirall-wininstaller/
|
|
|
|
## How to add a new translation string?
|
|
|
|
0. Add the string to the pofiles/messages.pot manually. This step is necessary
|
|
for the upload of strings to be translated to transifex
|
|
|
|
1. Run bin/l10n.sh to properly generate declarations.nsh and English.nsh
|
|
|
|
2. If you want to test your installer right away you need to add the new string
|
|
at least to l10n/English.nsh
|
|
|
|
|
|
## How to add a new language?
|
|
|
|
0. Add the new language to l10n/.tx/config which holds the explicit list of
|
|
languages to be downloaded from transifex on each translation sync run.
|
|
|
|
1. Add the new language to l10n/languages.nsh
|
|
|
|
2. In NSIS.template.in the language has to be added in the macro SETLANG.
|
|
|