diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-09-07 Marcel Telka <marcel@telka.sk> + + * configure.in (ALL_LINGUAS): Added sk. + 2003-09-07 Marco Pesenti Gritti <marco@gnome.org> * data/Makefile.am: diff --git a/configure.in b/configure.in index 3ecd01ec0..4ade0dfce 100644 --- a/configure.in +++ b/configure.in @@ -190,7 +190,7 @@ dnl Internationalization dnl ******************************* dnl Add the languages which your application supports here. -ALL_LINGUAS="am ar az be ca cs cy da de el en_GB es et fi fr ga hi hu is it ja ko li nl mk mn ms no pl pt pt_BR ro ru sl sq sr sr@Latn sv ta tr vi zh_CN zh_TW" +ALL_LINGUAS="am ar az be ca cs cy da de el en_GB es et fi fr ga hi hu is it ja ko li nl mk mn ms no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta tr vi zh_CN zh_TW" GETTEXT_PACKAGE=epiphany AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package]) |