diff options
author | carlosg <carlosg> | 2005-02-12 13:48:44 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2005-02-12 13:48:44 +0000 |
commit | 31dec2e47909276b1b56b0f173c1205f59ce6305 (patch) | |
tree | 7a3f5243728e88d12644193d2e5aef60c326cd36 /configure.in | |
parent | 321751a37b5e324386308817260e346f8f4f7d79 (diff) |
2005-02-12 Carlos Garnacho Parro <carlosg@gnome.org>
* general.pl.in: added stupid missing function in i18n initialization.
Fixes #167095
* xml.pl.in: cosmetic fix
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 36d986c..b6c83eb 100644 --- a/configure.in +++ b/configure.in @@ -32,7 +32,7 @@ dnl ============================================================== GETTEXT_PACKAGE=setup-tools-backends AC_SUBST(GETTEXT_PACKAGE) -ALL_LINGUAS="ar az bg bn bs ca cs da de el en_CA en_GB es eu fi fr gu hr id it ja ko lt ms nb nl no pa pl pt pt_BR ro sk sq sr sr@Latn sv ta tr uk zh_CN zh_TW" +ALL_LINGUAS="ar az bg bn bs ca cs da de el en_CA en_GB es eu fi fr gu hr id it ja ko lt ms nb nl no pa pl pt pt_BR ro sk sq sr sr@Latn sv ta th tr uk zh_CN zh_TW" AM_GLIB_GNU_GETTEXT AC_OUTPUT([ |