diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-12-14 12:04:41 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-14 12:04:47 -0800 |
commit | 79c1f64800957e8034fe49fc11d04097308b4704 (patch) | |
tree | 24e52c2acdca92800901fbefbfe9dc89b263dff2 /subsurface.pro | |
parent | 4607fca54ef63c1b5bf5503776a55949a365ee7c (diff) | |
download | subsurface-79c1f64800957e8034fe49fc11d04097308b4704.tar.gz |
Remove translations with insufficient coverage
Catalan, Croatian, Vietnamese and Indonesian all have less than 50%
coverage in their translations, so we had to remove them. Hebrew just
sneaked past this (rather arbitrary) cutoff.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/subsurface.pro b/subsurface.pro index d833cb8f7..b5180223b 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -132,7 +132,6 @@ RESOURCES = subsurface.qrc TRANSLATIONS = \ translations/subsurface_source.ts \ translations/subsurface_bg_BG.ts \ - translations/subsurface_ca_ES.ts \ translations/subsurface_da_DK.ts \ translations/subsurface_de_CH.ts \ translations/subsurface_de_DE.ts \ @@ -140,7 +139,6 @@ TRANSLATIONS = \ translations/subsurface_et_EE.ts \ translations/subsurface_fi_FI.ts \ translations/subsurface_fr_FR.ts \ - translations/subsurface_hr_HR.ts \ translations/subsurface_it_IT.ts \ translations/subsurface_nb_NO.ts \ translations/subsurface_nl_NL.ts \ @@ -151,9 +149,7 @@ TRANSLATIONS = \ translations/subsurface_sk_SK.ts \ translations/subsurface_sv_SE.ts \ translations/subsurface_zh_TW.ts \ - translations/subsurface_he.ts \ - translations/subsurface_vi.ts \ - translations/subsurface_id.ts + translations/subsurface_he.ts QTTRANSLATIONS = \ qt_da.qm \ |