Add Spanish and Catalan to translations list

This commit is contained in:
Bill Somerville 2020-05-14 13:02:22 +01:00
parent 4a9b518513
commit 9c8eb88232
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 4 additions and 2 deletions

View File

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