diff options
author | Hasbullah Bin Pit <sebol@ikhlas.com> | 2003-04-15 14:51:59 +0800 |
---|---|---|
committer | Hasbullah Bin Pit <sebol@src.gnome.org> | 2003-04-15 14:51:59 +0800 |
commit | ff1c282fd26c20c432c20350cbba084aeffd4720 (patch) | |
tree | 0341d883497e8048e9fd27fe0875e5d0c88f5d35 /configure.in | |
parent | e7b2a115e5a602c6cfa9b2622c5f8ee1c3f74ba9 (diff) | |
download | gsoc2013-epiphany-ff1c282fd26c20c432c20350cbba084aeffd4720.tar gsoc2013-epiphany-ff1c282fd26c20c432c20350cbba084aeffd4720.tar.gz gsoc2013-epiphany-ff1c282fd26c20c432c20350cbba084aeffd4720.tar.bz2 gsoc2013-epiphany-ff1c282fd26c20c432c20350cbba084aeffd4720.tar.lz gsoc2013-epiphany-ff1c282fd26c20c432c20350cbba084aeffd4720.tar.xz gsoc2013-epiphany-ff1c282fd26c20c432c20350cbba084aeffd4720.tar.zst gsoc2013-epiphany-ff1c282fd26c20c432c20350cbba084aeffd4720.zip |
Added "ms".
2003-04-14 Hasbullah Bin Pit <sebol@ikhlas.com>
* configure.in(ALL_LINGUAS): Added "ms".
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 511153ec3..742e8593b 100644 --- a/configure.in +++ b/configure.in @@ -204,7 +204,7 @@ dnl Internationalization dnl ******************************* dnl Add the languages which your application supports here. -ALL_LINGUAS="am ca da de el es fr hu ja ko nl no pl pt pt_BR ru sv tr zh_TW" +ALL_LINGUAS="am ca da de el es fr hu ja ko nl ms no pl pt pt_BR ru sv tr zh_TW" GETTEXT_PACKAGE=epiphany-2.0 AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE") |