diff options
author | Andraz Tori <minmax@src.gnome.org> | 2003-08-25 01:40:33 +0800 |
---|---|---|
committer | Andraz Tori <minmax@src.gnome.org> | 2003-08-25 01:40:33 +0800 |
commit | 8919c255fc990d4921735ff3d3aaa77854976e8f (patch) | |
tree | 046b975e45e7e8b8c573fb559843a6536778ac5a | |
parent | 948f3ae6bb55f603ada08afd93951fd2b7ffcf6b (diff) | |
download | gsoc2013-epiphany-8919c255fc990d4921735ff3d3aaa77854976e8f.tar gsoc2013-epiphany-8919c255fc990d4921735ff3d3aaa77854976e8f.tar.gz gsoc2013-epiphany-8919c255fc990d4921735ff3d3aaa77854976e8f.tar.bz2 gsoc2013-epiphany-8919c255fc990d4921735ff3d3aaa77854976e8f.tar.lz gsoc2013-epiphany-8919c255fc990d4921735ff3d3aaa77854976e8f.tar.xz gsoc2013-epiphany-8919c255fc990d4921735ff3d3aaa77854976e8f.tar.zst gsoc2013-epiphany-8919c255fc990d4921735ff3d3aaa77854976e8f.zip |
Added sl language
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 00730cc06..c4ad973fa 100644 --- a/configure.in +++ b/configure.in @@ -186,7 +186,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 ja ko li nl mk ms no pl pt pt_BR ru sr sr@Latn sv 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 ja ko li nl mk ms no pl pt pt_BR ru sl sr sr@Latn sv tr vi zh_CN zh_TW" GETTEXT_PACKAGE=epiphany AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package]) |