summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-08-02 04:23:13 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-08-02 04:23:13 +0000
commitc5121d272b4749bb959ddd46d754da936e891848 (patch)
treed78e1bc29604d71897685623dd277af9cc01683e /configure.in
parented383758c687215b42221826f24f508fc200e75a (diff)
downloadgtk+-c5121d272b4749bb959ddd46d754da936e891848.tar.gz
Use po/LINGUAS
svn path=/trunk/; revision=20930
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index bf98c8725e..f069aec4f3 100644
--- a/configure.in
+++ b/configure.in
@@ -484,12 +484,7 @@ if test "$gtk_ok" = "yes"; then
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*)