diff options
author | Christian Rose <menthos@menthos.com> | 2003-12-28 19:17:18 +0000 |
---|---|---|
committer | Christian Rose <menthos@src.gnome.org> | 2003-12-28 19:17:18 +0000 |
commit | 3e12bc208a2c0ca68b54225fb7ab8fba48c240e2 (patch) | |
tree | 0f4dac11ef98f403ea3f75796cf3df286898be5e /configure.in | |
parent | Updated Albanian translation (diff) | |
download | zenity-3e12bc208a2c0ca68b54225fb7ab8fba48c240e2.tar.gz zenity-3e12bc208a2c0ca68b54225fb7ab8fba48c240e2.tar.bz2 zenity-3e12bc208a2c0ca68b54225fb7ab8fba48c240e2.zip |
Added "ne" to ALL_LINGUAS. Added Nepali translation by Dhurba Gnawali
2003-12-28 Christian Rose <menthos@menthos.com>
* configure.in: Added "ne" to ALL_LINGUAS.
* po/ne.po: Added Nepali translation by
Dhurba Gnawali <dhurbagnawali@hotmail.com>.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 285aa46b..74ab8fd1 100644 --- a/configure.in +++ b/configure.in @@ -34,7 +34,7 @@ dnl ******************************* dnl Internationalization dnl ******************************* -ALL_LINGUAS="am ar az be bn ca cs cy da de el en_GB es et eu fi fr ga hi hu is it ja ko lt ml mn ms nl no pl pt pt_BR ru sk sl sq sr sr@Latn sv ta uk vi zh_CN zh_TW" +ALL_LINGUAS="am ar az be bn ca cs cy da de el en_GB es et eu fi fr ga hi hu is it ja ko lt ml mn ms ne nl no pl pt pt_BR ru sk sl sq sr sr@Latn sv ta uk vi zh_CN zh_TW" GETTEXT_PACKAGE=zenity-0.1 AC_SUBST(GETTEXT_PACKAGE) AM_GLIB_GNU_GETTEXT |