Remove UI languages we do not yet have translation files for

This commit is contained in:
Bill Somerville 2020-05-28 23:58:03 +01:00
parent bbfced4d2b
commit e7b8c5e7c0
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F

View File

@ -1097,10 +1097,8 @@ add_custom_target (etags COMMAND ${ETAGS} -o ${CMAKE_SOURCE_DIR}/TAGS -R ${sourc
# Qt i18n
set (LANGUAGES
en_GB # English UK
pt # Poutuguese
es # Spanish
ca # Catalan
ja # Japanese
)
foreach (lang_ ${LANGUAGES})
file (TO_NATIVE_PATH translations/wsjtx_${lang_}.ts ts_)