summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wehner <martin.wehner@gmail.com>2006-04-10 17:54:13 +0000
committerMartin Wehner <mwehner@src.gnome.org>2006-04-10 17:54:13 +0000
commit52fe72da183dc1a72f9644607a549bf2cb6d4e5d (patch)
tree7b8877a3c5317b87b0fe6dc68c705a7d6b598761
parentefe539b09ff85abcb2d817b0c694b450f5474224 (diff)
downloadnautilus-52fe72da183dc1a72f9644607a549bf2cb6d4e5d.tar.gz
New file listing all supported languages.
2006-04-10 Martin Wehner <martin.wehner@gmail.com> * 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 Patch from Brian Pepple <bdpepple@gmail.com>
-rw-r--r--ChangeLog10
-rw-r--r--configure.in3
-rw-r--r--po/LINGUAS7
3 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 81680df59..4c73f90b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-04-10 Martin Wehner <martin.wehner@gmail.com>
+
+ * 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
+
+ Patch from Brian Pepple <bdpepple@gmail.com>
+
2006-04-08 Christian Neumair <chris@gnome-de.org>
* libnautilus-private/nautilus-file-operations-progress.c:
diff --git a/configure.in b/configure.in
index 3f68f5d20..cb910c4d0 100644
--- a/configure.in
+++ b/configure.in
@@ -101,7 +101,8 @@ PKG_CHECK_MODULES(ALL, [
])
dnl ==========================================================================
-ALL_LINGUAS="af am ar az be bg bn bs ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka km ko ku li lt lv mi mk ml mn ms nb ne nl nn no nso pa pl pt pt_BR ro ru rw sk sl sq sr sr@Latn sr@ije sv ta te th tk tr uk vi wa xh yi zh_CN zh_HK zh_TW zu"
+ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS"`"
+AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
GETTEXT_PACKAGE=nautilus
AC_SUBST(GETTEXT_PACKAGE)
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 000000000..e3e54542e
--- /dev/null
+++ b/po/LINGUAS
@@ -0,0 +1,7 @@
+# please keep this list sorted alphabetically
+#
+af am ar az be bg bn bs ca cs cy da de el en_CA en_GB
+es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka
+km ko ku li lt lv mi mk ml mn ms nb ne nl nn no nso pa
+pl pt pt_BR ro ru rw sk sl sq sr sr@Latn sr@ije sv ta
+te th tk tr uk vi wa xh yi zh_CN zh_HK zh_TW zu \ No newline at end of file