diff options
author | Laurent Dhima <laurenti@src.gnome.org> | 2003-08-29 10:02:21 +0800 |
---|---|---|
committer | Laurent Dhima <laurenti@src.gnome.org> | 2003-08-29 10:02:21 +0800 |
commit | 4ec3c9a7f56d4e2a84286193b369760c91057f95 (patch) | |
tree | e680abf7121c18c4348bb657580e3684c9ad47e7 | |
parent | df15bac6e6738f2c6a429cd4979cd22b00ed77fc (diff) | |
download | gsoc2013-epiphany-4ec3c9a7f56d4e2a84286193b369760c91057f95.tar gsoc2013-epiphany-4ec3c9a7f56d4e2a84286193b369760c91057f95.tar.gz gsoc2013-epiphany-4ec3c9a7f56d4e2a84286193b369760c91057f95.tar.bz2 gsoc2013-epiphany-4ec3c9a7f56d4e2a84286193b369760c91057f95.tar.lz gsoc2013-epiphany-4ec3c9a7f56d4e2a84286193b369760c91057f95.tar.xz gsoc2013-epiphany-4ec3c9a7f56d4e2a84286193b369760c91057f95.tar.zst gsoc2013-epiphany-4ec3c9a7f56d4e2a84286193b369760c91057f95.zip |
Added "sq" to ALL_LINGUAS
* configure.in: Added "sq" to ALL_LINGUAS
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-08-29 Laurent Dhima <laurenti@alblinux.net> + + * configure.in: Added "sq" (Albanian) to ALL_LINGUAS. + 2003-08-28 Fatih Demir <kabalak@gtranslator.org> * configure.in: Added "ta" (Tamil) to the languages' list. diff --git a/configure.in b/configure.in index ed1326599..547541637 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 it ja ko li nl mk ms no pl pt pt_BR ru sl 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 ms no pl pt pt_BR ru 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]) |