From 7964ab058b6a8ffbc4129f85233fec0c686e9371 Mon Sep 17 00:00:00 2001 From: Zygimantas Berucka Date: Sun, 23 May 2004 11:45:24 +0000 Subject: [PATCH] Added "lt" to ALL_LINGUAS. 2004-05-23 Zygimantas Berucka * configure.in: Added "lt" to ALL_LINGUAS. --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2076c70ae3..cd75abca44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-05-23 Žygimantas Beručka + + * configure.in: Added "lt" to ALL_LINGUAS. + 2004-05-23 Michael Schumacher * libgimp/gimp.def: gimp_register_file_handler_mime added diff --git a/configure.in b/configure.in index ef9f6cdcfa..93246831cc 100644 --- a/configure.in +++ b/configure.in @@ -377,7 +377,7 @@ AC_CHECK_FUNCS(difftime putenv mmap) dnl Note to translators: you MUST have .po files in all 4 directories: po, dnl po-libgimp, po-plug-ins, and po-script-fu before adding you language dnl code to ALL_LINGUAS -ALL_LINGUAS="ca cs da de el en_CA en_GB es eu fi fr ga gl he hu hr id it ja ko ms nl no pl pt pt_BR ro ru sk sr sr@Latn sv tr uk vi yi zh_CN zh_TW" +ALL_LINGUAS="ca cs da de el en_CA en_GB es eu fi fr ga gl he hu hr id it ja ko lt ms nl no pl pt pt_BR ro ru sk sr sr@Latn sv tr uk vi yi zh_CN zh_TW" AC_PROG_INTLTOOL AM_GLIB_GNU_GETTEXT