aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-19 11:56:47 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-19 12:01:50 -0800
commitbd82940b03d5c190444d13a588ea1ca863a37ca2 (patch)
treee01246f0ced966956d212a4b7905d9c7c8dcfd02
parentc6ee9c04e41afc1bb71d6466742bab0530ea9f32 (diff)
downloadsubsurface-bd82940b03d5c190444d13a588ea1ca863a37ca2.tar.gz
Add Greek as supported translationv4.6.2
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--ReleaseNotes/ReleaseNotes.txt2
-rw-r--r--translations/CMakeLists.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt
index 24e60de6d..b65122df4 100644
--- a/ReleaseNotes/ReleaseNotes.txt
+++ b/ReleaseNotes/ReleaseNotes.txt
@@ -11,7 +11,7 @@ Some of the changes since _Subsurface_ 4.6.1
- Handle dive dates before 1970 correctly
- Include geo location when exporting to divelogs.de
- Add credits button to about screen
-- Many updated translations
+- Many updated translations (and add Greek as partially supported language)
Some of the changes since _Subsurface_ 4.6
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt
index 986525fc1..992e0efd9 100644
--- a/translations/CMakeLists.txt
+++ b/translations/CMakeLists.txt
@@ -10,6 +10,7 @@ set(TRANSLATION_FILES
subsurface_da_DK.ts
subsurface_de_CH.ts
subsurface_de_DE.ts
+ subsurface_el_GR.ts
subsurface_en_GB.ts
subsurface_es_ES.ts
subsurface_et_EE.ts
@@ -31,8 +32,7 @@ set(TRANSLATION_FILES
subsurface_zh_TW.ts
)
-# disabled translations as they are below 50%:
-# subsurface_el_GR.ts
+# disabled translations as they are below 40%:
# subsurface_hu.ts
qt5_add_translation(TRANSLATIONS ${TRANSLATION_FILES})