diff options
author | Gediminas Paulauskas <menesis@src.gnome.org> | 2000-11-01 12:11:29 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2000-11-01 12:11:29 +0800 |
commit | a4985006cdfe326be362622065427c1f4fc81152 (patch) | |
tree | 78f6bfe81cbf470c775699fb8decc0fe6cccc35b /configure.in | |
parent | 4e200646069e3701b11cf28f50e7d3a348176994 (diff) | |
download | gsoc2013-evolution-a4985006cdfe326be362622065427c1f4fc81152.tar gsoc2013-evolution-a4985006cdfe326be362622065427c1f4fc81152.tar.gz gsoc2013-evolution-a4985006cdfe326be362622065427c1f4fc81152.tar.bz2 gsoc2013-evolution-a4985006cdfe326be362622065427c1f4fc81152.tar.lz gsoc2013-evolution-a4985006cdfe326be362622065427c1f4fc81152.tar.xz gsoc2013-evolution-a4985006cdfe326be362622065427c1f4fc81152.tar.zst gsoc2013-evolution-a4985006cdfe326be362622065427c1f4fc81152.zip |
calendar: made all gui show localized
camel: updated charset info from newest libunicode
po: updated Lithuanian translation
svn path=/trunk/; revision=6308
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 459b3634fd..84af56b222 100644 --- a/configure.in +++ b/configure.in @@ -60,7 +60,7 @@ AC_MSG_ERROR(gnome-libs 1.0.59 or higher is required.)]) CFLAGS=$CFLAGS_save LIBS=$LIBS_save -ALL_LINGUAS="ca da de el en_GB es fi fr ga gl hu it ja ko nl nn no pl pt ru sl sv tr uk" +ALL_LINGUAS="ca da de el en_GB es fi fr ga gl hu it ja ko lt nl nn no pl pt ru sl sv tr uk" AM_GNOME_GETTEXT localedir='$(prefix)/$(DATADIRNAME)/locale' |