[gimp-help] build: synchronize the list of languages across all files
- From: Jacob Boerema <jboerema src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help] build: synchronize the list of languages across all files
- Date: Sat, 5 Jun 2021 19:29:30 +0000 (UTC)
commit 1913b870585737d2992b86d35bb29da459f81257
Author: Jacob Boerema <jgboerema gmail com>
Date: Sat Jun 5 15:25:32 2021 -0400
build: synchronize the list of languages across all files
Makefile.GNU | 2 +-
configure.ac | 2 +-
quickreference/Makefile.am | 4 ++--
stylesheets/languageVocab.xml | 16 ++++++++++------
4 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/Makefile.GNU b/Makefile.GNU
index efba2e648..fb13406ef 100644
--- a/Makefile.GNU
+++ b/Makefile.GNU
@@ -9,7 +9,7 @@ CYGWIN = $(shell make.d/test/is_cygwin.sh || echo 0)
#### The GIMP manual languages ####
########################################################################
-ALL_LINGUAS = ca da de el en es fi fr hi it ja ko lt nl nn ru sv zh_CN
+ALL_LINGUAS = ca da de el en en_GB es fi fr hr it ja ko lt nl nn pt_BR ro ru sl sv zh_CN
LANGUAGES = $(if $(LINGUAS),$(filter $(ALL_LINGUAS),$(LINGUAS)),$(ALL_LINGUAS))
ifneq ($(DOC_LINGUAS),)
$(warning Do not set the internal variable DOC_LINGUAS)
diff --git a/configure.ac b/configure.ac
index 228d4ed56..2ab2fd688 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,7 @@ else
ALL_LINGUAS=`echo "$ALL_LINGUAS" | $SED -e 's/[,] */ /g'`
fi
if test "x$QUICKREFERENCE_ALL_LINGUAS" = "x"; then
- QUICKREFERENCE_ALL_LINGUAS="ca de el en fi fr it ja ko pl ro ru sv zh_CN"
+ QUICKREFERENCE_ALL_LINGUAS="ca da de el es en fi fr it ja ko nl nn pl pt_BR ro ru sl sv zh_CN"
fi
AC_SUBST(ALL_LINGUAS)
diff --git a/quickreference/Makefile.am b/quickreference/Makefile.am
index b50ef8986..fbd04ef43 100644
--- a/quickreference/Makefile.am
+++ b/quickreference/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
-ALL_LINGUAS ?= ca da de el en es fi fr it ja ko nn pl pt_BR ro ru sl sv zh_CN
-QUICKREFERENCE_ALL_LINGUAS ?= ca da de el en es fi fr it ja ko nn pl pt_BR ro ru sl sv zh_CN
+ALL_LINGUAS ?= ca da de el en en_GB es fi fr hr it ja ko lt nl nn pt_BR ro ru sl sv zh_CN
+QUICKREFERENCE_ALL_LINGUAS ?= ca da de el es en fi fr it ja ko nl nn pl pt_BR ro ru sl sv zh_CN
QUICKREFERENCE_LINGUAS = $(filter $(ALL_LINGUAS), $(QUICKREFERENCE_ALL_LINGUAS))
POT_FILES = $(srcdir)/po/gimp-keys.pot
diff --git a/stylesheets/languageVocab.xml b/stylesheets/languageVocab.xml
index 5923cd9d6..01b547819 100644
--- a/stylesheets/languageVocab.xml
+++ b/stylesheets/languageVocab.xml
@@ -1,19 +1,23 @@
<vocab>
+ <item value="ca">Català</item>
+ <item value="da">Dansk</item>
<item value="de">Deutsch</item>
+ <item value="el">Ελληνικά</item>
<item value="en">English</item>
<item value="en_GB">British</item>
+ <item value="es">Español</item>
+ <item value="fi">Suomi</item>
<item value="fr">Français</item>
+ <item value="hr">Hrvatski</item>
<item value="it">Italiano</item>
<item value="ja">日本語(Japanese)</item>
- <item value="nl">Nederlands</item>
- <item value="es">Español</item>
<item value="ko">한국어(Korean)</item>
+ <item value="lt">Lietuvis</item>
+ <item value="nl">Nederlands</item>
<item value="nn">Norwegian</item>
+ <item value="pt_BR">Português brasileiro</item>
+ <item value="ro">Română</item>
<item value="ru">Pусский</item>
- <item value="el">Ελληνικά</item>
- <item value="pt_BR">Português</item>
- <item value="ca">Català</item>
- <item value="da">Dansk</item>
<item value="sl">Slovenščina</item>
<item value="sv">Svenska</item>
<item value="zh_CN">中文</item>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]