Opened 14 years ago
Closed 14 years ago
#11007 closed Patch - Translation (fixed)
[PATCH i18n] Finnish translation
| Reported by: | Owned by: | Kenni Lund [kenni a kelu dot dk] | |
|---|---|---|---|
| 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(-)
Attachments (1)
Change History (3)
by , 14 years ago
| Attachment: | finnish-26-obsolete+empty.diff added |
|---|
comment:1 by , 14 years ago
| Milestone: | unknown → 0.26 |
|---|---|
| Status: | new → accepted |
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |

In 7dadee04c8ec2b3eef830e270f39f5133f504205/mythtv: