Browse Source

Move languages to standard LINGUAS file

This is necessary for other translation tools to work properly.
tags/v1.8.90
Pierre Ossman 6 years ago
parent
commit
8aff08ced1
2 changed files with 23 additions and 3 deletions
  1. 1
    3
      po/CMakeLists.txt
  2. 22
    0
      po/LINGUAS

+ 1
- 3
po/CMakeLists.txt View File

@@ -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")

+ 22
- 0
po/LINGUAS View File

@@ -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

Loading…
Cancel
Save