Switch to a single common Catalan language translation file

Xavi,  EA3W, assures  me that  all Catalan  dialects and  variants are
essentially  the same,  so there's  no  need to  have country  variant
specific Catalan translation files.
This commit is contained in:
Bill Somerville
2020-05-19 12:13:43 +01:00
parent 84f153517a
commit 75c4dca87c
2 changed files with 4 additions and 2 deletions
+4 -2
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 # Catalan
)
foreach (lang_ ${LANGUAGES})
file (TO_NATIVE_PATH translations/wsjtx_${lang_}.ts ts_)