[gimp/gimp-2-10] build: fix Windows installer language lists.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] build: fix Windows installer language lists.
- Date: Tue, 7 Jun 2022 22:35:26 +0000 (UTC)
commit 42977f1c78592db14e74c7b394b8cfd72efead37
Author: Jehan <jehan girinstud io>
Date: Tue Jun 7 23:52:07 2022 +0200
build: fix Windows installer language lists.
Georgian translation was added today and Galician in March.
build/windows/installer/gimp3264.iss | 2 ++
build/windows/installer/lang/Makefile.am | 10 ++++++----
2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/build/windows/installer/gimp3264.iss b/build/windows/installer/gimp3264.iss
index 90b8cf3849..f64fb5e01a 100755
--- a/build/windows/installer/gimp3264.iss
+++ b/build/windows/installer/gimp3264.iss
@@ -186,12 +186,14 @@ Name: "es"; MessagesFile: "compiler:Languages\Spanish.isl,lang\es.setup.isl"
Name: "eu"; MessagesFile: "compiler:Languages\Unofficial\Basque.isl,lang\eu.setup.isl"
Name: "fi"; MessagesFile: "compiler:Languages\Finnish.isl,lang\fi.setup.isl"
Name: "fr"; MessagesFile: "compiler:Languages\French.isl,lang\fr.setup.isl"
+Name: "gl"; MessagesFile: "compiler:Languages\Unofficial\Galician.isl,lang\gl.setup.isl"
Name: "hu"; MessagesFile: "compiler:Languages\Unofficial\Hungarian.isl,lang\hu.setup.isl"
Name: "hr"; MessagesFile: "compiler:Languages\Unofficial\Croatian.isl,lang\hr.setup.isl"
Name: "id"; MessagesFile: "compiler:Languages\Unofficial\Indonesian.isl,lang\id.setup.isl"
Name: "is"; MessagesFile: "compiler:Languages\Unofficial\Icelandic.isl,lang\is.setup.isl"
Name: "it"; MessagesFile: "compiler:Languages\Italian.isl,lang\it.setup.isl"
Name: "ja"; MessagesFile: "compiler:Languages\Japanese.isl,lang\ja.setup.isl"
+Name: "ka"; MessagesFile: "compiler:Languages\Unofficial\Georgian.isl,lang\ka.setup.isl"
Name: "ko"; MessagesFile: "compiler:Languages\Unofficial\Korean.isl,lang\ko.setup.isl"
Name: "lt"; MessagesFile: "compiler:Languages\Unofficial\Lithuanian.isl,lang\lt.setup.isl"
Name: "lv"; MessagesFile: "compiler:Languages\Unofficial\Latvian.isl,lang\lv.setup.isl"
diff --git a/build/windows/installer/lang/Makefile.am b/build/windows/installer/lang/Makefile.am
index 3e5bf2c014..9078bfe1aa 100644
--- a/build/windows/installer/lang/Makefile.am
+++ b/build/windows/installer/lang/Makefile.am
@@ -13,22 +13,24 @@ languages = \
de:[de] \
el:[el] \
en: \
- en_GB:[en_GB] \
+ en_GB:[en_GB] \
eo:[eo] \
es:[es] \
eu:[eu] \
fi:[fi] \
fr:[fr] \
+ gl:[gl] \
hr:[hr] \
hu:[hu] \
id:[id] \
is:[is] \
it:[it] \
- ja:[ja] \
- ko:[ko] \
+ ja:[ja] \
+ ka:[ka] \
+ ko:[ko] \
lt:[lt] \
lv:[lv] \
- mr:[mr] \
+ mr:[mr] \
nl:[nl] \
pl:[pl] \
pt:[pt] \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]