diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-10 00:21:17 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-10 00:27:15 -0700 |
commit | 3e31cdc7eb427bf7530a47a1b237392eea799dc5 (patch) | |
tree | 6c3671b9016af0affe0e7316aac3e5eef939b087 /subsurface.pro | |
parent | 86a80d37eb3c99efd551aaa9c10687dd4c949899 (diff) | |
download | subsurface-3e31cdc7eb427bf7530a47a1b237392eea799dc5.tar.gz |
Add translation files
These were created by converting the exting translations from po to ts
lconvert po/xx_yy.po -o subsurface_xx_yy.ts
and then merging in the new strings
lupdate subsurface.pro
You convert those into .qm files with lrelease and then localization
should work. Of course a good bit of new strings are still untranslated -
and lots of Gtk strings are still included.
This still needs to be included in the build system.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/subsurface.pro b/subsurface.pro index 065897233..87c5d9193 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -122,7 +122,26 @@ FORMS = \ RESOURCES = subsurface.qrc -TRANSLATIONS = subsurface_de.ts +TRANSLATIONS = \ + subsurface_bg_BG.ts \ + subsurface_ca_ES.ts \ + subsurface_da_DK.ts \ + subsurface_de_CH.ts \ + subsurface_de_DE.ts \ + subsurface_es_ES.ts \ + subsurface_et_EE.ts \ + subsurface_fi_FI.ts \ + subsurface_fr_FR.ts \ + subsurface_hr_HR.ts \ + subsurface_it_IT.ts \ + subsurface_nb_NO.ts \ + subsurface_nl_NL.ts \ + subsurface_pl_PL.ts \ + subsurface_pt_BR.ts \ + subsurface_pt_PT.ts \ + subsurface_ru_RU.ts \ + subsurface_sk_SK.ts \ + subsurface_sv_SE.ts doc.commands = $(CHK_DIR_EXISTS) Documentation || $(MKDIR) Documentation doc.commands += $$escape_expand(\\n\\t)$(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation doc |