mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Enable Hebrew and Romanian translations
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
acbdd0edc3
commit
58533dd493
1 changed files with 4 additions and 4 deletions
|
@ -16,12 +16,14 @@ set(TRANSLATION_FILES
|
||||||
subsurface_fi_FI.ts
|
subsurface_fi_FI.ts
|
||||||
subsurface_fr_FR.ts
|
subsurface_fr_FR.ts
|
||||||
subsurface_it_IT.ts
|
subsurface_it_IT.ts
|
||||||
|
subsurface_he.ts
|
||||||
subsurface_lv_LV.ts
|
subsurface_lv_LV.ts
|
||||||
subsurface_nb_NO.ts
|
subsurface_nb_NO.ts
|
||||||
subsurface_nl_NL.ts
|
subsurface_nl_NL.ts
|
||||||
subsurface_pl_PL.ts
|
subsurface_pl_PL.ts
|
||||||
subsurface_pt_BR.ts
|
subsurface_pt_BR.ts
|
||||||
subsurface_pt_PT.ts
|
subsurface_pt_PT.ts
|
||||||
|
subsurface_ro_RO.ts
|
||||||
subsurface_ru_RU.ts
|
subsurface_ru_RU.ts
|
||||||
subsurface_sk_SK.ts
|
subsurface_sk_SK.ts
|
||||||
subsurface_sv_SE.ts
|
subsurface_sv_SE.ts
|
||||||
|
@ -30,10 +32,8 @@ set(TRANSLATION_FILES
|
||||||
)
|
)
|
||||||
|
|
||||||
# disabled translations as they are below 50%:
|
# disabled translations as they are below 50%:
|
||||||
# subsurface_el_GR.ts
|
# subsurface_el_GR.ts
|
||||||
# subsurface_he.ts
|
# subsurface_hu.ts
|
||||||
# subsurface_hu.ts
|
|
||||||
# subsurface_ro_RO.ts
|
|
||||||
|
|
||||||
qt5_add_translation(TRANSLATIONS ${TRANSLATION_FILES})
|
qt5_add_translation(TRANSLATIONS ${TRANSLATION_FILES})
|
||||||
set(TRANSLATIONS ${TRANSLATIONS} PARENT_SCOPE)
|
set(TRANSLATIONS ${TRANSLATIONS} PARENT_SCOPE)
|
||||||
|
|
Loading…
Reference in a new issue