1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-19 13:42:46 +02:00
Nextcloud-Desktop/admin/win/nsi
2014-02-03 02:20:25 -05:00
..
l10n [tx-robot] updated from transifex 2014-02-03 02:20:25 -05:00
nsis_processes Add win32 packaging with nsi 2012-04-02 13:44:24 +02:00
nsis_uac Do not create folder for single link 2013-11-14 00:45:18 +01:00
.directory Add win32 packaging with nsi 2012-04-02 13:44:24 +02:00
installer.ico Add win32 packaging with nsi 2012-04-02 13:44:24 +02:00
page_header.bmp Consolidate theming support. 2013-01-10 17:16:59 +01:00
README.md Update README.md 2014-01-27 10:59:39 +01:00
RELEASE_NOTES.txt Add win32 packaging with nsi 2012-04-02 13:44:24 +02:00
welcome.bmp Consolidate theming support. 2013-01-10 17:16:59 +01:00

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?

  1. Add the variable holding the new translation string to l10n/declarations.nsh

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

  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.