diff options
author | Tõivo Leedjärv <leedjarv@interest.ee> | 2002-02-13 00:50:34 +0800 |
---|---|---|
committer | Tõivo Leedjärv <toivo@src.gnome.org> | 2002-02-13 00:50:34 +0800 |
commit | d11ca505443bad08a55c794111eec1a431c8ac06 (patch) | |
tree | 56288e5a26bedcdbd2af173f7abf7090954f81c4 /configure.in | |
parent | 77c493f4bb8bf58d9310b79b3ebd4647f676d15a (diff) | |
download | gsoc2013-evolution-d11ca505443bad08a55c794111eec1a431c8ac06.tar.gz gsoc2013-evolution-d11ca505443bad08a55c794111eec1a431c8ac06.tar.zst gsoc2013-evolution-d11ca505443bad08a55c794111eec1a431c8ac06.zip |
Added et to ALL_LINGUAS.
2002-02-12 Tõivo Leedjärv <leedjarv@interest.ee>
* configure.in: Added et to ALL_LINGUAS.
svn path=/trunk/; revision=15683
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 eb845810cc..1cf12118d1 100644 --- a/configure.in +++ b/configure.in @@ -115,7 +115,7 @@ GNOME_X_CHECKS EVO_CHECK_LIB(gnome-libs, gnome, 1.2.9) AC_CHECK_HEADERS(alloca.h) -ALL_LINGUAS="az bg ca da de el en_AU en_GB es eu fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv tr uk zh_CN zh_TW" +ALL_LINGUAS="az bg ca da de el en_AU en_GB es et eu fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv tr uk zh_CN zh_TW" AM_GNOME_GETTEXT localedir='$(prefix)/$(DATADIRNAME)/locale' AC_SUBST(localedir) |