From 735cdc11f50e5b4e3148aa528b5bc081518d1fec 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 | 2 +- translations/{wsjtx_ca_ES.ts => wsjtx_ca.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename translations/{wsjtx_ca_ES.ts => wsjtx_ca.ts} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 191eaeded..fe79eb3aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1097,7 +1097,7 @@ set (LANGUAGES en_GB # English UK pt_PT # Poutuguese es_ES # Spanish - ca_ES # Catalan + 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