diff options
author | Andras Timar <timar@gnome.hu> | 2003-07-09 08:23:43 +0000 |
---|---|---|
committer | Szabolcs Ban <bansz@src.gnome.org> | 2003-07-09 08:23:43 +0000 |
commit | 2036d2b845b5bf828c20e238115bc6e69f81e0b1 (patch) | |
tree | 01036e0d943a4859ef66356ab90982082a9544ef | |
parent | Added Hungarian translation. Autotranslate using the compedium feature of (diff) | |
download | zenity-2036d2b845b5bf828c20e238115bc6e69f81e0b1.tar.gz zenity-2036d2b845b5bf828c20e238115bc6e69f81e0b1.tar.bz2 zenity-2036d2b845b5bf828c20e238115bc6e69f81e0b1.zip |
Added "hu" (Hungarian) to ALL_LINGUAS.
2003-07-09 Andras Timar <timar@gnome.hu>
* configure.in: Added "hu" (Hungarian) to ALL_LINGUAS.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-07-09 Andras Timar <timar@gnome.hu> + + * configure.in: Added "hu" (Hungarian) to ALL_LINGUAS. + 2003-07-09 Dafydd Harries <daf@parnassus.ath.cx> * configure.in: Added "cy" (Welsh) to ALL_LINGUAS. diff --git a/configure.in b/configure.in index 76aae801..e2879dba 100644 --- a/configure.in +++ b/configure.in @@ -34,7 +34,7 @@ dnl ******************************* dnl Internationalization dnl ******************************* -ALL_LINGUAS="am ca cs cy da de el en_GB es it ja ko nl no pl pt pt_BR sq sr sr@Latn sv uk vi zh_TW" +ALL_LINGUAS="am ca cs cy da de el en_GB es hu it ja ko nl no pl pt pt_BR sq sr sr@Latn sv uk vi zh_TW" GETTEXT_PACKAGE=zenity-0.1 AC_SUBST(GETTEXT_PACKAGE) AM_GLIB_GNU_GETTEXT |