Bug 313861 - i18n puzzle
Summary: i18n puzzle
Status: RESOLVED FIXED
Alias: None
Product: juk
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Scott Wheeler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-25 00:18 UTC by Albert Astals Cid
Modified: 2013-01-25 08:10 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.11


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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