diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-10-22 20:42:59 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-10-22 20:42:59 +0800 |
commit | d42f1af77ca519d7acfb5495cc9c7b23e90b369c (patch) | |
tree | cf1756e7e28b04ccce241c4d0ce7a33e8692b322 | |
parent | 48cf3e18370b9df02bafa41221c425ca5a6c8cd9 (diff) | |
download | gsoc2013-epiphany-Release104.tar gsoc2013-epiphany-Release104.tar.gz gsoc2013-epiphany-Release104.tar.bz2 gsoc2013-epiphany-Release104.tar.lz gsoc2013-epiphany-Release104.tar.xz gsoc2013-epiphany-Release104.tar.zst gsoc2013-epiphany-Release104.zip |
Added kannada to ALL_LINGUAS.Release104
2003-10-22 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Added kannada to ALL_LINGUAS.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -2,6 +2,12 @@ * configure.in: + Added kannada to ALL_LINGUAS. + +2003-10-22 Christian Persch <chpe@cvs.gnome.org> + + * configure.in: + Bump version number to 1.0.4 2003-10-20 Christian Persch <chpe@cvs.gnome.org> diff --git a/configure.in b/configure.in index 34b559c60..2499272b9 100644 --- a/configure.in +++ b/configure.in @@ -191,7 +191,7 @@ dnl Internationalization dnl ******************************* dnl Add the languages which your application supports here. -ALL_LINGUAS="am ar az be bn ca cs cy da de el en_GB es et fi fr ga hi hu is it ja ko li lt nl mk mn ms no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta tr uk vi zh_CN zh_TW" +ALL_LINGUAS="am ar az be bn ca cs cy da de el en_GB es et fi fr ga hi hu is it ja kn ko li lt nl mk mn ms no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta tr uk vi zh_CN zh_TW" GETTEXT_PACKAGE=epiphany AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package]) |