| Summary: | i18n puzzle | ||
|---|---|---|---|
| Product: | [Applications] juk | Reporter: | Albert Astals Cid <aacid> |
| Component: | general | Assignee: | Scott Wheeler <wheeler> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mpyne |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/juk/d21686caa57394aef5ca4669124037f5bb628aa9 | Version Fixed/Implemented In: | 4.11 |
| Sentry Crash Report: | |||
Git commit d21686caa57394aef5ca4669124037f5bb628aa9 by Michael Pyne. Committed on 25/01/2013 at 03:46. Pushed by mpyne into branch 'master'. i18n: Use argument for track count on splash screen. Fixes a bug reported by Albert Astals Cid on behalf of the translation team. Also has the effect on my system of inserting thousands separators like normal, perhaps I should have made this switch earlier... Albert, please let me know if the translators desire this to be backported, as it stands now I have no intention on breaking i18n freeze for 4.10. FIXED-IN:4.11 M +1 -2 splashscreen.cpp http://commits.kde.org/juk/d21686caa57394aef5ca4669124037f5bb628aa9 Probably no need to backport, it's been there for a while and no one complained so let's just let it there for 4.10 |
static QString loadedText(int i) { static QString loading = i18n("Loading").toUpper(); return loading + ": " + QString::number(i);; } should use proper %1 in the i18n call