Bug 313861

Summary: i18n puzzle
Product: [Applications] juk Reporter: Albert Astals Cid <aacid>
Component: generalAssignee: Scott Wheeler <wheeler>
Status: RESOLVED FIXED    
Severity: normal CC: mpyne
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 4.11

Description Albert Astals Cid 2013-01-25 00:18:47 UTC
static QString loadedText(int i)
{
    static QString loading = i18n("Loading").toUpper();
    return loading + ": " + QString::number(i);;
}

should use proper %1 in the i18n call
Comment 1 Michael Pyne 2013-01-25 02:49:54 UTC
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
Comment 2 Albert Astals Cid 2013-01-25 08:10:20 UTC
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