Michael Schuster 815cd7f3fc Fix Windows installer graphics files for 2.7 5 anni fa
..
l10n b34ed01109 Use print() function in both Python 2 and Python 3 6 anni fa
.directory 95f6f90cb5 Add win32 packaging with nsi 14 anni fa
README.md 07fe077f7f More Mirall -> Client renaming to make l10n work again 11 anni fa
RELEASE_NOTES.txt 95f6f90cb5 Add win32 packaging with nsi 14 anni fa
installer.ico 815cd7f3fc Fix Windows installer graphics files for 2.7 5 anni fa
page_header.bmp 815cd7f3fc Fix Windows installer graphics files for 2.7 5 anni fa
qt.conf 7de70516f1 Fix module loading 9 anni fa
welcome.bmp 815cd7f3fc Fix Windows installer graphics files for 2.7 5 anni fa

README.md

Windows Installer Translations

Introduction

Translations on transifex: http://www.transifex.com/projects/p/owncloud/resource/client-nsis/

Daily sync job: https://ci.owncloud.org/view/translation-sync/job/translation-sync-client-nsis/

How to add a new translation string?

  1. Add the string to the pofiles/messages.pot manually. This step is necessary for the upload of strings to be translated to transifex

  2. Run bin/l10n.sh to properly generate declarations.nsh and English.nsh

  3. 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?

  1. 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.

  2. Add the new language to l10n/languages.nsh

  3. In NSIS.template.in the language has to be added in the macro SETLANG.