aboutsummaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2017-07-19 10:57:00 +0200
committerPierre Ossman <ossman@cendio.se>2017-07-19 10:59:09 +0200
commit8aff08ced1ae646e28098027343498b850d0ec13 (patch)
tree125ab147e330e8fba19f7998907effc272a38072 /po
parente6a07845d3d78d68b4d2d115375fc5d2cdb25ed5 (diff)
downloadtigervnc-8aff08ced1ae646e28098027343498b850d0ec13.tar.gz
tigervnc-8aff08ced1ae646e28098027343498b850d0ec13.zip
Move languages to standard LINGUAS file
This is necessary for other translation tools to work properly.
Diffstat (limited to 'po')
-rw-r--r--po/CMakeLists.txt4
-rw-r--r--po/LINGUAS22
2 files changed, 23 insertions, 3 deletions
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