Move languages to standard LINGUAS file
This is necessary for other translation tools to work properly.
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index e2382b8..dda813c 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 0000000..e9427f9
--- /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