diff options
author | Christian Rose <menthos@menthos.com> | 2004-01-25 23:42:54 +0000 |
---|---|---|
committer | Christian Rose <menthos@src.gnome.org> | 2004-01-25 23:42:54 +0000 |
commit | 80a1e0de75047aebf348e588cbffb4d25826d694 (patch) | |
tree | 023415b468e5df92e0277b4d6d8cd3de9d97f87f /configure.in | |
parent | 15567341f17ca86fa38ab52ce0a67e411f895b0d (diff) | |
download | gtk+-80a1e0de75047aebf348e588cbffb4d25826d694.tar.gz |
Added "mi" to ALL_LINGUAS. Added Maori translation by John C Barstow
2004-01-26 Christian Rose <menthos@menthos.com>
* configure.in: Added "mi" to ALL_LINGUAS.
* po/mi.po, po-properties/mi.po: Added Maori translation by
John C Barstow <jbowtie@amathaine.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 a52790b8bd..006ecbdfde 100644 --- a/configure.in +++ b/configure.in @@ -396,7 +396,7 @@ AC_SUBST(STRIP_BEGIN) AC_SUBST(STRIP_END) # i18n stuff -ALL_LINGUAS="af am ar az be bg bn br ca cs cy da de el en_GB es et eu fa fi fr ga gl he hi hr hu ia id it ja ko li lt lv mk ml mn ms ne nl nn no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th tr uk uz uz@Cyrl vi wa yi zh_CN zh_TW" +ALL_LINGUAS="af am ar az be bg bn br ca cs cy da de el en_GB es et eu fa fi fr ga gl he hi hr hu ia id it ja ko li lt lv mi mk ml mn ms ne nl nn no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th tr uk uz uz@Cyrl vi wa yi zh_CN zh_TW" AM_GLIB_GNU_GETTEXT LIBS="$LIBS $INTLLIBS" AC_OUTPUT_COMMANDS([case "$CONFIG_FILES" in *po-properties/Makefile.in*) |