From 239cf4a060dd0c3b93aaa94742d32cb4b6055f79 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Thu, 20 Apr 2006 15:13:20 +0000 Subject: [PATCH] #337951. 2006-04-20 Brian Pepple #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. --- ChangeLog | 10 ++++++++ configure.in | 3 +-- po/LINGUAS | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 82 insertions(+), 2 deletions(-) create mode 100644 po/LINGUAS diff --git a/ChangeLog b/ChangeLog index 981afe363..64c079ba5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-04-20 Brian Pepple + + #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 * src/window-props.c (reload_transient_for): warn and ignore if diff --git a/configure.in b/configure.in index 5a34fc2ec..407dd3a1b 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 000000000..d74cd90fe --- /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