gtk+ r20930 - in trunk: . po



Author: matthiasc
Date: Sat Aug  2 04:23:13 2008
New Revision: 20930
URL: http://svn.gnome.org/viewvc/gtk+?rev=20930&view=rev

Log:
Use po/LINGUAS


Added:
   trunk/po/LINGUAS
Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/po/Makefile.in.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sat Aug  2 04:23:13 2008
@@ -484,12 +484,7 @@
 fi
 
 # i18n stuff
-# TRANSLATORS:  Please note that gtk+ has both po/ and po-properties/
-# directories.  If you add a new language to ALL_LINGUAS, please make
-# sure that both po/ and po-properties/ have .po files that correspond
-# to your language.  If you only add one to po/, the build will break
-# in po-properties/.
-ALL_LINGUAS="af am ang ar as az az_IR be be latin bg bn bn_IN br bs ca ca valencia cs cy da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu hy ia id io is it ja ka kn ko ku li lt lv mi mk ml mn mr ms nb ne nl nn nso oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr Latn sr ije sv ta te th tk tr tt uk ur uz uz cyrillic vi wa xh yi zh_CN zh_HK zh_TW"
+ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS" | tr '\n' ' '`"
 AM_GLIB_GNU_GETTEXT
 LIBS="$LIBS $INTLLIBS"
 AC_OUTPUT_COMMANDS([case "$CONFIG_FILES" in *po-properties/Makefile.in*)

Added: trunk/po/LINGUAS
==============================================================================
--- (empty file)
+++ trunk/po/LINGUAS	Sat Aug  2 04:23:13 2008
@@ -0,0 +1,104 @@
+# TRANSLATORS:  Please note that gtk+ has both po/ and po-properties/
+# directories.  If you add a new language in this file, please make
+# sure that both po/ and po-properties/ have .po files that correspond
+# to your language.  If you only add one to po/, the build will break
+# in po-properties/.
+# Please keep this list sorted alphabetically.
+#
+af
+am
+ang
+ar
+as
+az
+az_IR
+be
+be latin
+bg
+bn
+bn_IN
+br
+bs
+ca
+ca valencia
+cs
+cy
+da
+de
+dz
+el
+en_CA
+en_GB
+eo
+es
+et
+eu
+fa
+fi
+fr
+ga
+gl
+gu
+he
+hi
+hr
+hu
+hy
+ia
+id
+io
+is
+it
+ja
+ka
+kn
+ko
+ku
+li
+lt
+lv
+mi
+mk
+ml
+mn
+mr
+ms
+nb
+ne
+nl
+nn
+nso
+oc
+or
+pa
+pl
+ps
+pt
+pt_BR
+ro
+ru
+rw
+si
+sk
+sl
+sq
+sr
+sr Latn
+sr ije
+sv
+ta
+te
+th
+tk
+tr
+tt
+uk
+ur
+uz
+uz cyrillic
+vi
+wa
+xh
+yi
+zh_CN
+zh_HK

Modified: trunk/po/Makefile.in.in
==============================================================================
--- trunk/po/Makefile.in.in	(original)
+++ trunk/po/Makefile.in.in	Sat Aug  2 04:23:13 2008
@@ -54,7 +54,7 @@
 SOURCES = 
 POFILES = @POFILES@
 GMOFILES = @GMOFILES@
-DISTFILES = ChangeLog Makefile.in.in POTFILES.in POTFILES.skip $(GETTEXT_PACKAGE).pot \
+DISTFILES = LINGUAS ChangeLog Makefile.in.in POTFILES.in POTFILES.skip $(GETTEXT_PACKAGE).pot \
 $(POFILES) $(GMOFILES) $(SOURCES)
 
 POTFILES = \



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