From 8aff08ced1ae646e28098027343498b850d0ec13 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Wed, 19 Jul 2017 10:57:00 +0200 Subject: [PATCH] Move languages to standard LINGUAS file This is necessary for other translation tools to work properly. --- po/CMakeLists.txt | 4 +--- po/LINGUAS | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 po/LINGUAS diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index e2382b88..dda813c3 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,8 +1,6 @@ # Gettext support - mostly borrowed from the Licq project -set(po_FILES - bg da de el eo es fi fr fur hu it nl pl pt_BR ru sk sr sv tr uk vi zh_CN -) +file(STRINGS LINGUAS po_FILES) if (NOT GETTEXT_MSGMERGE_EXECUTABLE AND NOT GETTEXT_MSGFMT_EXECUTABLE) message(FATAL_ERROR "Gettext message catalog tools NOT found") diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 00000000..e9427f99 --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,22 @@ +bg +da +de +el +eo +es +fi +fr +fur +hu +it +nl +pl +pt_BR +ru +sk +sr +sv +tr +uk +vi +zh_CN -- 2.39.5