Closed Bug 925288 Opened 12 years ago Closed 2 years ago

Please enhance strings in generated list pages avoiding composite strings

Categories

(addons.mozilla.org Graveyard :: Localization, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE
2014-02-11

People

(Reporter: gialloporpora, Assigned: hardikjuneja.hj)

Details

(Whiteboard: [contribute])

I have already asked in l10nweb. This kind of pages: https://addons.mozilla.org/it/firefox/themes/?sort=rating it have a composite string in page title (Più votati temi) that is not localizable as single string. Unfortunately, in italian, it sounds really nasty, it seems a non human translation. If possible, make these strings available without joining other strings, or at least supply a composite rule pattern to reverse the composition order.
A possible easy way out could be to change the title structure to Themes :: Top Rated :: Mozilla Add-ons I guess every single locale is affected by this problem (checked fr and es-ES).
OS: Windows XP → All
Hardware: x86 → All
Clearly, it's nasty in french too ...
Whiteboard: [contribute]
Is this bug specific to page titles? If so, please update the bug title.
No, the string is used three times in the page: in title: <title> Più votati temi :: Componenti aggiuntivi per Firefox</title> <li>Più votati temi</li> <h2>Più votati temi</h2> the most strikin is the header 2.
To fix this: Change title to: > Themes :: Top Rated :: Mozilla Add-ons Change <li> to: > Top Rated Change <h2> to: > Top Rated
Assignee: nobody → hardikjuneja.hj
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [contribute] → [qa+] [contribute]
Target Milestone: --- → 2014-02-11
With this change, <title>Featured Collections :: Add-ons for Firefox</title> becomes <title>Collection :: Featured :: Add-ons for Firefox </title> Which seems more clunky to me. Can we fix that? Thanks!
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
More examples: <title>Themes :: Add-ons for Firefox </title> becomes <title>Themes :: Themes :: Add-ons for Firefox</title> <title> Featured Extensions :: Add-ons for Firefox </title> becomes <title> Extensions :: Featured :: Add-ons for Firefox </title>
Krupa, I agree with you on this. But comment 5 for example seems to suggest that that's what we're going for. I'm no L10n guru, but I think it reads better the original way. Reverted until we have consensus here: https://github.com/mozilla/zamboni/commit/ae83658
Whiteboard: [qa+] [contribute] → [contribute]
What URL says Themes :: Themes :: Add-ons for Firefox?
(In reply to Wil Clouser [:clouserw] from comment #10) > What URL says Themes :: Themes :: Add-ons for Firefox? https://addons-dev.allizom.org/en-US/firefox/themes/ did, before this change was reverted. > assert first == second, msg E AssertionError: Expected page title: Themes :: Add-ons for Firefox. Actual page title: Themes :: Themes :: Add-ons for Firefox
I would expect that to just say "Themes :: Add-ons for Firefox", yeah
Product: addons.mozilla.org → addons.mozilla.org Graveyard
Status: REOPENED → RESOLVED
Closed: 12 years ago2 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.