diff options
author | Paisa Seeluangsawat <paisa@users.sf.net> | 2004-02-21 22:24:56 +0000 |
---|---|---|
committer | Paisa Seeluangsawat <paisa@src.gnome.org> | 2004-02-21 22:24:56 +0000 |
commit | 516b8d1ede76966bd164391759dcb7c047d53c0b (patch) | |
tree | 706d8dada6210591b2938c62236e6e2555f58e64 /configure.in | |
parent | Added Thai translation by Supranee Thirawatthanasuk (diff) | |
download | zenity-516b8d1ede76966bd164391759dcb7c047d53c0b.tar.gz zenity-516b8d1ede76966bd164391759dcb7c047d53c0b.tar.bz2 zenity-516b8d1ede76966bd164391759dcb7c047d53c0b.zip |
Added Thai (th) to ALL_LINGUAS.
2004-02-21 Paisa Seeluangsawat <paisa@users.sf.net>
* configure.in: Added Thai (th) to ALL_LINGUAS.
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 9b67e5f9..98883e8f 100644 --- a/configure.in +++ b/configure.in @@ -36,7 +36,7 @@ dnl ******************************* dnl Internationalization dnl ******************************* -ALL_LINGUAS="am ar az be bn ca cs cy da de el en_GB es et eu fa fi fr ga hi hr hu is it ja ko lt ml mn ms ne nl nn 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 fa fi fr ga hi hr hu is it ja ko lt ml mn ms ne nl nn no pl pt pt_BR ru sk sl sq sr sr@Latn sv ta th uk vi zh_CN zh_TW" GETTEXT_PACKAGE=zenity-0.1 AC_SUBST(GETTEXT_PACKAGE) AM_GLIB_GNU_GETTEXT |