talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 3183a9d9df941d4bdca208f82d2c986f7cd7b707
parent 5b67cee622f255fc417613c6a1f893e7817ba536
Author: Paul <paul@claws-mail.org>
Date:   Tue, 17 Jun 2025 17:44:44 +0100

replace ALL_LINGUAS in configure.ac with the file po/LINGUAS. this is the modern way

Diffstat:
Mconfigure.ac | 1-
Apo/LINGUAS | 3+++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -237,7 +237,6 @@ dnl floor and ceil are in -lm LIBS="$LIBS -lm" dnl for gettext -ALL_LINGUAS="ca cs da de el_GR en_GB es fi fr hu id_ID it ja nb nl pl pt_BR pt_PT ro ru sk sq sv tr zh_TW" GETTEXT_PACKAGE=claws-mail AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define text domain.]) diff --git a/po/LINGUAS b/po/LINGUAS @@ -0,0 +1,3 @@ +# Set of available languages. +ca cs da de el_GR en_GB es fi fr hu id_ID it ja nb nl pl pt_BR pt_PT ro ru sk sq sv tr zh_TW +