summaryrefslogtreecommitdiffstats
path: root/translations
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-11-19 17:41:42 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-11-19 17:41:45 -0800
commite6804152e55db38afc7a43385b02994cf9ebdef8 (patch)
tree1dec3583da88cd11e45b0e72fc0c4a883693f657 /translations
parent16fb67706aa00b33badf55351e4ebf2b9f6e90b7 (diff)
downloadsubsurface-e6804152e55db38afc7a43385b02994cf9ebdef8.tar.gz
Adjust translations based on completeness
Dropping Latvian and Turkish as they fell way too low. Adding Croation which is long overdue (can't believe I missed this for so many releases). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'translations')
-rw-r--r--translations/CMakeLists.txt22
1 files changed, 19 insertions, 3 deletions
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt
index cd761d7f7..e64697175 100644
--- a/translations/CMakeLists.txt
+++ b/translations/CMakeLists.txt
@@ -17,9 +17,9 @@ set(TRANSLATION_FILES
subsurface_et_EE.ts
subsurface_fi_FI.ts
subsurface_fr_FR.ts
- subsurface_it_IT.ts
subsurface_he.ts
- subsurface_lv_LV.ts
+ subsurface_hr_HR.ts
+ subsurface_it_IT.ts
subsurface_nb_NO.ts
subsurface_nl_NL.ts
subsurface_pl_PL.ts
@@ -29,7 +29,6 @@ set(TRANSLATION_FILES
subsurface_ru_RU.ts
subsurface_sk_SK.ts
subsurface_sv_SE.ts
- subsurface_tr.ts
subsurface_zh_TW.ts
)
@@ -37,6 +36,23 @@ set(US_EN_PLURALS subsurface_en_US.ts)
# disabled translations as they are below 40%:
# subsurface_hu.ts
+# subsurface_lv_LV.ts
+# subsurface_tr.ts
+
+# new translations that didn't make it far enough:
+# subsurface_af.ts
+# subsurface_ar.ts
+# subsurface_hi_IN.ts
+# subsurface_hu.ts
+# subsurface_id.ts
+# subsurface_ja_JP.ts
+# subsurface_sl.ts
+# subsurface_sw_KE.ts
+# subsurface_te.ts
+# subsurface_th.ts
+# subsurface_vi.ts
+# subsurface_zh_CN.ts
+
qt5_add_translation(TRANSLATIONS ${TRANSLATION_FILES} ${US_EN_PLURALS})
set(TRANSLATIONS ${TRANSLATIONS} PARENT_SCOPE)