]> www.fi.muni.cz Git - evince.git/commitdiff
New file listing all supported languages.
authorWouter Bolsterlee <uws+gnome@xs4all.nl>
Sun, 9 Apr 2006 20:45:03 +0000 (20:45 +0000)
committerWouter Bolsterlee <wbolster@src.gnome.org>
Sun, 9 Apr 2006 20:45:03 +0000 (20:45 +0000)
2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>

* po/LINGUAS: New file listing all supported languages.

* configure.in: Use po/LINGUAS instead of including all languages
directly in this file. See the wiki for more information:
http://live.gnome.org/GnomeGoals/PoLinguas

ChangeLog
configure.ac
po/LINGUAS [new file with mode: 0644]

index 9a27aca0f62bf4416153f07de941563efb611a6e..3656642714a5938507a94dc45f8e48a5fbf710a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
+
+       * po/LINGUAS: New file listing all supported languages.
+
+       * configure.in: Use po/LINGUAS instead of including all languages
+       directly in this file. See the wiki for more information:
+       http://live.gnome.org/GnomeGoals/PoLinguas
+
 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/ev-document-factory.c:
index 63187787ea3b8ecbe9ff556049f82b1dc3e293be..e465a4249f55149f55a4e471422f3f79b78725c1 100644 (file)
@@ -26,7 +26,8 @@ GNOME_COMPILE_WARNINGS
 GNOME_CXX_WARNINGS
 GNOME_DEBUG_CHECK
 
-ALL_LINGUAS="be bg bn br ca cs cy da de dz el en_CA en_GB es et eu fa fi fr gl gu he hi hu id it ja ka ko ku lt lv mk nb ne nl no pa pl pt pt_BR ro ru rw sk sq sr sr@Latn sv th tr uk vi wa zh_CN zh_HK zh_TW"
+AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
+ALL_LINGUAS="`cat "$srcdir/po/LINGUAS" | grep -v '^#'`"
 
 AM_GLIB_GNU_GETTEXT
 
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644 (file)
index 0000000..bd5c397
--- /dev/null
@@ -0,0 +1,59 @@
+# please keep this list sorted alphabetically
+
+be
+bg
+bn
+br
+ca
+cs
+cy
+da
+de
+dz
+el
+en_CA
+en_GB
+es
+et
+eu
+fa
+fi
+fr
+gl
+gu
+he
+hi
+hu
+id
+it
+ja
+ka
+ko
+ku
+lt
+lv
+mk
+nb
+ne
+nl
+no
+pa
+pl
+pt
+pt_BR
+ro
+ru
+rw
+sk
+sq
+sr
+sr@Latn
+sv
+th
+tr
+uk
+vi
+wa
+zh_CN
+zh_HK
+zh_TW