diff options
author | Fatih Demir <kabalak@src.gnome.org> | 2003-08-28 08:06:00 +0800 |
---|---|---|
committer | Fatih Demir <kabalak@src.gnome.org> | 2003-08-28 08:06:00 +0800 |
commit | 975411ffde96bb88e12b5d00c77e4900713ce267 (patch) | |
tree | 6d2df32e4b0df153750a87319a68ebb53ba5aed7 | |
parent | 657dea89134c67e5e49c3bf997fde98c68e6478d (diff) | |
download | gsoc2013-epiphany-975411ffde96bb88e12b5d00c77e4900713ce267.tar gsoc2013-epiphany-975411ffde96bb88e12b5d00c77e4900713ce267.tar.gz gsoc2013-epiphany-975411ffde96bb88e12b5d00c77e4900713ce267.tar.bz2 gsoc2013-epiphany-975411ffde96bb88e12b5d00c77e4900713ce267.tar.lz gsoc2013-epiphany-975411ffde96bb88e12b5d00c77e4900713ce267.tar.xz gsoc2013-epiphany-975411ffde96bb88e12b5d00c77e4900713ce267.tar.zst gsoc2013-epiphany-975411ffde96bb88e12b5d00c77e4900713ce267.zip |
Added tamil file
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-08-28 Fatih Demir <kabalak@gtranslator.org> + + * configure.in: Added "ta" (Tamil) to the languages' list. + 2003-08-25 Alessio Frusciante <algol@firenze.linux.it> * configure.in: Added "it" (Italian) to ALL_LINGUAS. diff --git a/configure.in b/configure.in index 923c9bb64..ed1326599 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 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 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]) |