[gimp-help-2] Added missing languages to ALL_LINGUAS



commit f8acec6f61456c4145c17d87af6f6e412f7338ab
Author: Gil Forcada <gforcada gnome org>
Date:   Thu Feb 23 01:46:57 2012 +0100

    Added missing languages to ALL_LINGUAS

 Makefile.GNU |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.GNU b/Makefile.GNU
index bd02d72..c66fff2 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 fr it ja ko nl nn pl ru sv zh_CN
+ALL_LINGUAS = ca da de el en es fi fr hi it ja ko lt nl nn pl ru 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 34ef067..ae493c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ AC_PROG_SED
 #  QUICKREFERENCE_ALL_LINGUAS *and* (intersecton) ALL_LINGUAS
 
 if test "x$ALL_LINGUAS" = "x"; then
-  ALL_LINGUAS="ca da de el en en_GB es fr it ja ko nl nn pl ru sl sv zh_CN"
+  ALL_LINGUAS="ca da de el en en_GB es fi fr hr it ja ko lt nl nn pl ru sl sv zh_CN"
 fi
 if test "x$QUICKREFERENCE_ALL_LINGUAS" = "x"; then
   QUICKREFERENCE_ALL_LINGUAS="ca de el en fi fr it ja ko ru sv zh_CN"



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