summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Pepple <bdpepple@gmail.com>2006-04-20 15:13:20 +0000
committerElijah Newren <newren@src.gnome.org>2006-04-20 15:13:20 +0000
commit239cf4a060dd0c3b93aaa94742d32cb4b6055f79 (patch)
treee011663252e77e62b647289dc8485bf61409ba22
parent984154e011aae45caaa33988e2f9187a6227626c (diff)
downloadmetacity-239cf4a060dd0c3b93aaa94742d32cb4b6055f79.tar.gz
#337951.
2006-04-20 Brian Pepple <bdpepple@gmail.com> #337951. * 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.
-rw-r--r--ChangeLog10
-rw-r--r--configure.in3
-rw-r--r--po/LINGUAS71
3 files changed, 82 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 981afe36..64c079ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-04-20 Brian Pepple <bdpepple@gmail.com>
+
+ #337951.
+
+ * 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-19 Thomas Andersen <phomes@gmail.com>
* src/window-props.c (reload_transient_for): warn and ignore if
diff --git a/configure.in b/configure.in
index 5a34fc2e..407dd3a1 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ GETTEXT_PACKAGE=metacity
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Name of default gettext domain])
-AC_PROG_INTLTOOL([0.21])
+IT_PROG_INTLTOOL([0.34.90])
AC_PROG_CC
AC_ISC_POSIX
AC_HEADER_STDC
@@ -155,7 +155,6 @@ AC_ARG_ENABLE(shape,
## try definining HAVE_BACKTRACE
AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
-ALL_LINGUAS="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 hy id is it ja ko ku lt lv mk ml mn ms nb ne nl nn or pa pl pt pt_BR ro ru rw sl sk sq sr sr@Latn sv ta th tk tr uk vi wa xh zh_CN zh_TW"
AM_GLIB_GNU_GETTEXT
## here we get the flags we'll actually use
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 00000000..d74cd90f
--- /dev/null
+++ b/po/LINGUAS
@@ -0,0 +1,71 @@
+# please keep this list sorted alphabetically
+#
+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
+hy
+id
+is
+it
+ja
+ko
+ku
+lt
+lv
+mk
+ml
+mn
+ms
+nb
+ne
+nl
+nn
+or
+pa
+pl
+pt
+pt_BR
+ro
+ru
+rw
+sl
+sk
+sq
+sr
+sr@Latn
+sv
+ta
+th
+tk
+tr
+uk
+vi
+wa
+xh
+zh_CN
+zh_TW