diff options
author | Tõivo Leedjärv <toivo@linux.ee> | 2003-08-16 05:16:52 +0800 |
---|---|---|
committer | TƵivo LeedjƤrv <toivo@src.gnome.org> | 2003-08-16 05:16:52 +0800 |
commit | 1d1c862f30baabdde818af2c83473a90f636cec0 (patch) | |
tree | 4f25af88fb566f73c0791340ba883f0f479fda15 /configure.in | |
parent | fc8b0b40aa20067bbf1a2e8fb49c17d3b5a9e928 (diff) | |
download | gsoc2013-epiphany-1d1c862f30baabdde818af2c83473a90f636cec0.tar gsoc2013-epiphany-1d1c862f30baabdde818af2c83473a90f636cec0.tar.gz gsoc2013-epiphany-1d1c862f30baabdde818af2c83473a90f636cec0.tar.bz2 gsoc2013-epiphany-1d1c862f30baabdde818af2c83473a90f636cec0.tar.lz gsoc2013-epiphany-1d1c862f30baabdde818af2c83473a90f636cec0.tar.xz gsoc2013-epiphany-1d1c862f30baabdde818af2c83473a90f636cec0.tar.zst gsoc2013-epiphany-1d1c862f30baabdde818af2c83473a90f636cec0.zip |
Added et to ALL_LINGUAS.
2003-08-16 Tõivo Leedjärv <toivo@linux.ee>
* configure.in: Added et to ALL_LINGUAS.
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 dd9c06483..896a04415 100644 --- a/configure.in +++ b/configure.in @@ -185,7 +185,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 fi fr hu 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 hu ja ko li nl mk ms no pl pt pt_BR ru 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]) |