mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Add Greek as supported translation
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c6ee9c04e4
commit
bd82940b03
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -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})
|
||||
|
|
Loading…
Add table
Reference in a new issue