diff options
author | Christian Rose <menthos@menthos.com> | 2003-05-06 06:21:38 +0800 |
---|---|---|
committer | Christian Rose <menthos@src.gnome.org> | 2003-05-06 06:21:38 +0800 |
commit | bf389ed5fefee7aeffcf0b44c050fea7a19780bc (patch) | |
tree | 4cb4d5038b492f298bd8310de1258c76f9f16740 /configure.in | |
parent | 4d31b592f20e788c247b8f6ed266c28daf0d32d3 (diff) | |
download | gsoc2013-epiphany-bf389ed5fefee7aeffcf0b44c050fea7a19780bc.tar gsoc2013-epiphany-bf389ed5fefee7aeffcf0b44c050fea7a19780bc.tar.gz gsoc2013-epiphany-bf389ed5fefee7aeffcf0b44c050fea7a19780bc.tar.bz2 gsoc2013-epiphany-bf389ed5fefee7aeffcf0b44c050fea7a19780bc.tar.lz gsoc2013-epiphany-bf389ed5fefee7aeffcf0b44c050fea7a19780bc.tar.xz gsoc2013-epiphany-bf389ed5fefee7aeffcf0b44c050fea7a19780bc.tar.zst gsoc2013-epiphany-bf389ed5fefee7aeffcf0b44c050fea7a19780bc.zip |
Added sr and sr@Latn to ALL_LINGUAS. Added Serbian translation by Danilo
2003-05-05 Christian Rose <menthos@menthos.com>
* configure.in: Added sr and sr@Latn to ALL_LINGUAS.
* po/sr.po, po/sr@Latn.po: Added Serbian translation by
Danilo Ĺ egan <dsegan@gmx.net>.
* po/sv.po: Updated Swedish translation.
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 fdb628705..4172794e6 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 ms 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 sr sr@Latn sv tr zh_TW" GETTEXT_PACKAGE=epiphany-2.0 AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE") |