diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-09-05 07:02:05 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-09-05 07:02:05 +0800 |
commit | 14c5e69eb2e3de545549f9f1ab4e3b19f7f252fd (patch) | |
tree | 8ad794155ef0e8ffb1837fd384704d1673b322ff | |
parent | 663002a25afbb001e630df7ee9d9ded660d7d24b (diff) | |
download | gsoc2013-epiphany-14c5e69eb2e3de545549f9f1ab4e3b19f7f252fd.tar gsoc2013-epiphany-14c5e69eb2e3de545549f9f1ab4e3b19f7f252fd.tar.gz gsoc2013-epiphany-14c5e69eb2e3de545549f9f1ab4e3b19f7f252fd.tar.bz2 gsoc2013-epiphany-14c5e69eb2e3de545549f9f1ab4e3b19f7f252fd.tar.lz gsoc2013-epiphany-14c5e69eb2e3de545549f9f1ab4e3b19f7f252fd.tar.xz gsoc2013-epiphany-14c5e69eb2e3de545549f9f1ab4e3b19f7f252fd.tar.zst gsoc2013-epiphany-14c5e69eb2e3de545549f9f1ab4e3b19f7f252fd.zip |
Add "ml" to ALL_LINGUAS.
2004-09-05 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Add "ml" to ALL_LINGUAS.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2004-09-05 Christian Persch <chpe@cvs.gnome.org> + + * configure.in: + + Add "ml" to ALL_LINGUAS. + 2004-09-02 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (show_status_icon): diff --git a/configure.in b/configure.in index a8d2ef6f1..22c6ec014 100644 --- a/configure.in +++ b/configure.in @@ -253,7 +253,7 @@ dnl Internationalization dnl ******************************* dnl Add the languages which your application supports here. -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 gu he hi hr hu id is it ja ko li lt mi mk mn ms nb nl nn no pa pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th tk tr uk vi wa zh_CN zh_TW" +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 gu he hi hr hu id is it ja ko li lt mi mk ml mn ms nb nl nn no pa pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th tk tr uk vi wa zh_CN zh_TW" GETTEXT_PACKAGE=epiphany AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package]) |