From: Wouter Bolsterlee Date: Sun, 9 Apr 2006 20:45:03 +0000 (+0000) Subject: New file listing all supported languages. X-Git-Tag: EVINCE_0_5_3~55 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=4aa2ee3d64ccb1cc51ca52e209a05b6d4f80db41;p=evince.git New file listing all supported languages. 2006-04-09 Wouter Bolsterlee * 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 --- diff --git a/ChangeLog b/ChangeLog index 9a27aca0..36566427 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-04-09 Wouter Bolsterlee + + * 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 * backend/ev-document-factory.c: diff --git a/configure.ac b/configure.ac index 63187787..e465a424 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 00000000..bd5c3975 --- /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