[Bug 334571] [NEW] "Broken translation" string in amarok

Maxim Bozhko schnapz at gmail.com
Wed Feb 25 21:44:14 UTC 2009


Public bug reported:

Binary package hint: amarok

System:
Description:	Ubuntu 8.10
Release:	8.10

Amarok 1.4.10

In russian translation of amarok there was a "BROKEN TRANSLATION" string
at status bar.

I checked current po-file and found a bug:

#: statusbar/statusbar.cpp:227
#, c-format
msgid ""
"_n: 1 track\n"
"%n tracks"
msgstr ""
"1 дорожка\n"
"%n дорожки"

Little fix to make bug disappear:

#: statusbar/statusbar.cpp:227
#, c-format
msgid ""
"_n: 1 track\n"
"%n tracks"
msgstr ""
"1 дорожка\n"
"%n дорожки\n"
"%n дорожек"

Fixed po-file is in attachment.

** Affects: amarok (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: ru russian translation

-- 
"Broken translation" string in amarok
https://bugs.launchpad.net/bugs/334571
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to amarok in ubuntu.




More information about the kubuntu-bugs mailing list