diff options
author | Christian Rose <menthos@menthos.com> | 2004-02-09 21:12:22 +0800 |
---|---|---|
committer | Christian Rose <menthos@src.gnome.org> | 2004-02-09 21:12:22 +0800 |
commit | eca639e172729a0e7a315986ddee24f9474b7491 (patch) | |
tree | 97577bf5a0ca7e5e3a0f0fdd157e0fec7ef7da75 /configure.in | |
parent | b88b1293ba13084a8c59a4ac6247049f4edf5ae3 (diff) | |
download | gsoc2013-epiphany-eca639e172729a0e7a315986ddee24f9474b7491.tar.gz gsoc2013-epiphany-eca639e172729a0e7a315986ddee24f9474b7491.tar.zst gsoc2013-epiphany-eca639e172729a0e7a315986ddee24f9474b7491.zip |
Added "mi" to ALL_LINGUAS. Added Maori translation by John C Barstow
2004-02-09 Christian Rose <menthos@menthos.com>
* configure.in: Added "mi" to ALL_LINGUAS.
* po/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 d99d8a20d..c8a54cab2 100644 --- a/configure.in +++ b/configure.in @@ -223,7 +223,7 @@ dnl Internationalization dnl ******************************* dnl Add the languages which your application supports here. -ALL_LINGUAS="am ar az be bn ca cs cy da de el en_GB es et fa fi fr ga hi hr hu is id it ja ko li lt nl mk mn ms no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta tr uk vi wa zh_CN zh_TW" +ALL_LINGUAS="am ar az be bn ca cs cy da de el en_GB es et fa fi fr ga hi hr hu is id it ja ko li lt nl mi mk mn ms no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta tr uk vi wa zh_CN zh_TW" GETTEXT_PACKAGE=epiphany AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package]) |