diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-10-13 08:22:54 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-13 08:22:54 -0700 |
commit | 58533dd49352993cfe5469f7bfe2d256be818163 (patch) | |
tree | 8d97e84d12f774fb517a14010bba0730079f6045 /translations | |
parent | acbdd0edc3131a90ffaf6948dd2d02f06918843b (diff) | |
download | subsurface-58533dd49352993cfe5469f7bfe2d256be818163.tar.gz |
Enable Hebrew and Romanian translations
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'translations')
-rw-r--r-- | translations/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt index 37f54d30f..f5f0fd049 100644 --- a/translations/CMakeLists.txt +++ b/translations/CMakeLists.txt @@ -16,12 +16,14 @@ set(TRANSLATION_FILES subsurface_fi_FI.ts subsurface_fr_FR.ts subsurface_it_IT.ts + subsurface_he.ts subsurface_lv_LV.ts subsurface_nb_NO.ts subsurface_nl_NL.ts subsurface_pl_PL.ts subsurface_pt_BR.ts subsurface_pt_PT.ts + subsurface_ro_RO.ts subsurface_ru_RU.ts subsurface_sk_SK.ts subsurface_sv_SE.ts @@ -30,10 +32,8 @@ set(TRANSLATION_FILES ) # disabled translations as they are below 50%: -# subsurface_el_GR.ts -# subsurface_he.ts -# subsurface_hu.ts -# subsurface_ro_RO.ts +# subsurface_el_GR.ts +# subsurface_hu.ts qt5_add_translation(TRANSLATIONS ${TRANSLATION_FILES}) set(TRANSLATIONS ${TRANSLATIONS} PARENT_SCOPE) |