Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac3
-rw-r--r--po/LINGUAS59
3 files changed, 69 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a27aca..3656642 100644
--- 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:
diff --git a/configure.ac b/configure.ac
index 6318778..e465a42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
index 0000000..bd5c397
--- /dev/null
+++ b/po/LINGUAS
@@ -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