diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-08-02 16:08:16 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-02 16:08:16 -0700 |
commit | d4954d831d25ed24da730b957fb04078d3fc7f9b (patch) | |
tree | fdcda948fe3bc5fa4b5b565187b87e34d3bee233 /subsurface.pro | |
parent | 1508f957752aaecf3e416966aec2c6bab8737261 (diff) | |
download | subsurface-d4954d831d25ed24da730b957fb04078d3fc7f9b.tar.gz |
Some adjustments to the Qt translations
It appears that in newer versions of Qt some (but not all) of the lanuage
translations have been broken out into different files.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro index ccf0f90da..e4f64f22c 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -234,14 +234,20 @@ TRANSLATIONS = \ QTTRANSLATIONS = \ qt_da.qm \ qt_de.qm \ + qtbase_de.qm \ qt_es.qm \ + qt_fi.qm \ + qtbase_fi.qm \ qt_fr.qm \ qt_he.qm \ qt_hu.qm \ + qtbase_hu.qm \ qt_pl.qm \ qt_pt.qm \ qt_ru.qm \ + qtbase_ru.qm \ qt_sk.qm \ + qtbase_sk.qm \ qt_sv.qm \ qt_zh_TW.qm |