diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-12-05 20:41:39 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-05 20:41:39 -0800 |
commit | 76275bb16cdd6af227497872301b0f72f1ef36fd (patch) | |
tree | 2a7a1f2e12f14b0c077e1ff5861350d95214766a /subsurface.pro | |
parent | 51c519f624f744e55cf2efa6ae4f2527f8a6e7d6 (diff) | |
download | subsurface-76275bb16cdd6af227497872301b0f72f1ef36fd.tar.gz |
Add more languages
Not all of these are completed, but I want to include as many as possible
in the last beta.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/subsurface.pro b/subsurface.pro index a84b904ed..0370d8a12 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -150,7 +150,11 @@ TRANSLATIONS = \ translations/subsurface_pt_PT.ts \ translations/subsurface_ru_RU.ts \ translations/subsurface_sk_SK.ts \ - translations/subsurface_sv_SE.ts + translations/subsurface_sv_SE.ts \ + translations/subsurface_zh_TW.ts \ + translations/subsurface_he.ts \ + translations/subsurface_vi.ts \ + translations/subsurface_id.ts QTTRANSLATIONS = \ qt_da.qm \ |