[Pkg-owncloud-commits] [owncloud-client] 42/89: adding Turkish translation to installer

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:34 UTC 2013


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit d82a9423d639b6c1d597142eae6a17cfbf146187
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Tue Dec 10 09:59:23 2013 +0100

    adding Turkish translation to installer
---
 admin/win/nsi/l10n/.tx/config  | 1 +
 admin/win/nsi/l10n/bin/l10n.sh | 1 +
 cmake/modules/NSIS.template.in | 4 ++++
 3 files changed, 6 insertions(+)

diff --git a/admin/win/nsi/l10n/.tx/config b/admin/win/nsi/l10n/.tx/config
index 454e115..7a51f31 100644
--- a/admin/win/nsi/l10n/.tx/config
+++ b/admin/win/nsi/l10n/.tx/config
@@ -24,6 +24,7 @@ trans.pt_BR = pofiles/pt_BR.po
 trans.ru = pofiles/ru.po    
 trans.sl = pofiles/sl.po
 trans.sv = pofiles/sv.po
+trans.tr = pofiles/tr.po
 trans.uk = pofiles/uk.po     
 trans.zh_TW = pofiles/zh_TW.po  
 trans.zh_CN = pofiles/zh_CN.po  
diff --git a/admin/win/nsi/l10n/bin/l10n.sh b/admin/win/nsi/l10n/bin/l10n.sh
index ec70015..02b431f 100755
--- a/admin/win/nsi/l10n/bin/l10n.sh
+++ b/admin/win/nsi/l10n/bin/l10n.sh
@@ -42,5 +42,6 @@ iconv -t CP1252 -o Dutch.nsh Dutch.nsh
 iconv -t CP1252 -o Finnish.nsh Finnish.nsh
 iconv -t CP932 -o Japanese.nsh Japanese.nsh
 iconv -t CP1250 -o Slovak.nsh Slovak.nsh
+iconv -t CP1254 -o Turkish.nsh Turkish.nsh
 
 
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 4198964..83be04f 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -556,6 +556,7 @@ Function .onInit
   StrCmp $LANGUAGE ${LANG_GREEK} Basque 0
   StrCmp $LANGUAGE ${LANG_GREEK} Galician 0
   StrCmp $LANGUAGE ${LANG_GREEK} Slovak 0
+  StrCmp $LANGUAGE ${LANG_GREEK} Turkish 0
   StrCmp $LANGUAGE ${LANG_PORTUGUESEBR} Brazilian EndLanguageCmp
   German:
   !include "${source_path}/admin/win/nsi/l10n\German.nsh"
@@ -593,6 +594,9 @@ Function .onInit
   Slovak:
   !include "${source_path}/admin/win/nsi/l10n\Slovak.nsh"
   Goto EndLanguageCmp
+  Turkish:
+  !include "${source_path}/admin/win/nsi/l10n\Turkish.nsh"
+  Goto EndLanguageCmp
   Brazilian:
   !include "${source_path}/admin/win/nsi/l10n\PortugueseBR.nsh"
   EndLanguageCmp:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list