From 75c4dca87c72681593435a2bdf67b16da74b8228 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 19 May 2020 12:13:43 +0100 Subject: [PATCH] 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. --- CMakeLists.txt | 6 ++++-- translations/{wsjtx_ca_ES.ts => wsjtx_ca.ts} | 0 2 files changed, 4 insertions(+), 2 deletions(-) rename translations/{wsjtx_ca_ES.ts => wsjtx_ca.ts} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index a89dfd348..6d347e6e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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_) diff --git a/translations/wsjtx_ca_ES.ts b/translations/wsjtx_ca.ts similarity index 100% rename from translations/wsjtx_ca_ES.ts rename to translations/wsjtx_ca.ts