Page 1 of 1

1201: 'Top 10 Albums' translation is nonsense in my language

Posted: Sun Dec 14, 2008 4:44 pm
by gege
Starting in some of 3.0.x builds, the "Top 10 Albums" section was introduced in Statistics Report.
To avoid string changes between minor releases, the new string was built simply by concatenating "Top" + "10" + "Albums" strings.

Unfortunately, the resulting string is absolutely nonsense in Portuguese. I guess this can happen in other languages too.
This is caused by the fact that expressions like "Top XX" don't have a literal translation in Portuguese.
When a string has a 'Top 10 something' part, I need to adapt it to something like '10 better/bigger/stronger/faster/whatever something' depending on the case.

Long story short: "Top 10 Albums" string needs to be added to translation pack.

Re: 1201: 'Top 10 Albums' translation is nonsense in my language

Posted: Thu Dec 18, 2008 9:49 pm
by nohitter151
Gege, this should be fixed in 1204:

http://www.ventismedia.com/mantis/view.php?id=5061

Re: 1201: 'Top 10 Albums' translation is nonsense in my language

Posted: Fri Dec 19, 2008 6:54 am
by gege
nohitter151 wrote:Gege, this should be fixed in 1204:
http://www.ventismedia.com/mantis/view.php?id=5061
Thx!