1
0
Fork 0

Launcher: add Catalan, Slovak to languages

This commit is contained in:
James Turner 2020-04-16 11:14:14 +01:00
parent e939e877dc
commit a46a73459f

View file

@ -20,7 +20,7 @@ if (${do_translate} AND NOT TARGET Qt5::lrelease)
endif()
# FIXME - determine this based on subdirs of TRANSLATIONS_SRC_DIR
set(LANGUAGES en_US de es nl fr it pl pt ru zh_CN)
set(LANGUAGES en_US de es nl fr it pl pt ru zh_CN ca sk)
if (${do_translate})
set(translation_res "${PROJECT_BINARY_DIR}/translations.qrc")