[gimp] build: add Turkish translation to the Windows installer



commit bc16d346045534257bc43fc2b95ba95b559b75d8
Author: Ell <ell_se yahoo com>
Date:   Wed Dec 27 10:11:14 2017 -0500

    build: add Turkish translation to the Windows installer

 build/windows/installer/gimp3264.iss     |    1 +
 build/windows/installer/lang/Makefile.am |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/build/windows/installer/gimp3264.iss b/build/windows/installer/gimp3264.iss
index f13e209..c895b06 100644
--- a/build/windows/installer/gimp3264.iss
+++ b/build/windows/installer/gimp3264.iss
@@ -175,6 +175,7 @@ Name: "pl"; MessagesFile: "compiler:Languages\Polish.isl,lang\pl.setup.isl"
 Name: "pt_BR"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl,lang\pt_BR.setup.isl"
 Name: "ru"; MessagesFile: "compiler:Languages\Russian.isl,lang\ru.setup.isl"
 Name: "sl"; MessagesFile: "compiler:Languages\Slovenian.isl,lang\sl.setup.isl"
+Name: "tr"; MessagesFile: "compiler:Languages\Turkish.isl,lang\tr.setup.isl"
 ;Name: "ro"; MessagesFile: "Romanian.islu,ro.setup.islu"
 
 [Types]
diff --git a/build/windows/installer/lang/Makefile.am b/build/windows/installer/lang/Makefile.am
index 569716d..72fcf57 100644
--- a/build/windows/installer/lang/Makefile.am
+++ b/build/windows/installer/lang/Makefile.am
@@ -21,7 +21,8 @@ languages = \
        pl:[pl]:WINDOWS-1250            \
        pt_BR:[pt_BR]:WINDOWS-1252      \
        ru:[ru]:WINDOWS-1251            \
-       sl:[sl]:WINDOWS-1250
+       sl:[sl]:WINDOWS-1250            \
+       tr:[tr]:WINDOWS-1254
 
 stamp-isl: setup.isl Makefile.am
        @                                                                               \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]