Ticket #11007 (closed Patch - Translation: fixed)
Opened 9 months ago
Last modified 9 months ago
[PATCH i18n] Finnish translation
| Reported by: | ilkka.tengvall@… | Owned by: | kenni |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.26 |
| Component: | Translations | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Fixed four empty translations that slipped through from todays patch. Also removed the obsolete strings due translation being 100% done.
Thanks for noticing Nicolas!
find . -name '*_fi.ts' | while read name ; do pushd dirname $name ; lupdate -locations none -no-obsolete translate.pro; popd; done
-- quite a cleanup -->
$ diffstat finnish-26-obsolete+empty.diff
mythplugins/mytharchive/i18n/mytharchive_fi.ts | 100 mythplugins/mythbrowser/i18n/mythbrowser_fi.ts | 18 mythplugins/mythgallery/i18n/mythgallery_fi.ts | 104 mythplugins/mythgame/i18n/mythgame_fi.ts | 324 - mythplugins/mythmusic/i18n/mythmusic_fi.ts | 1625 -------- mythplugins/mythnetvision/i18n/mythnetvision_fi.ts | 18 mythplugins/mythnews/i18n/mythnews_fi.ts | 35 mythplugins/mythweather/i18n/mythweather_fi.ts | 65 mythplugins/mythzoneminder/i18n/mythzoneminder_fi.ts | 32 mythtv/i18n/mythfrontend_fi.ts | 3536 +------------------ 10 files changed, 348 insertions(+), 5509 deletions(-)
