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)
addons.mozilla.org Graveyard
Localization
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.
Comment 1•12 years ago
|
||
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
Comment 2•12 years ago
|
||
Clearly, it's nasty in french too ...
Updated•12 years ago
|
Whiteboard: [contribute]
Comment 3•12 years ago
|
||
Is this bug specific to page titles? If so, please update the bug title.
| Reporter | ||
Comment 4•12 years ago
|
||
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.
Comment 5•12 years ago
|
||
To fix this:
Change title to:
> Themes :: Top Rated :: Mozilla Add-ons
Change <li> to:
> Top Rated
Change <h2> to:
> Top Rated
Comment 6•12 years ago
|
||
Assignee: nobody → hardikjuneja.hj
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [contribute] → [qa+] [contribute]
Target Milestone: --- → 2014-02-11
Comment 7•12 years ago
|
||
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!
Updated•12 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 8•12 years ago
|
||
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>
Comment 9•12 years ago
|
||
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]
Comment 10•12 years ago
|
||
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
Comment 12•12 years ago
|
||
I would expect that to just say "Themes :: Add-ons for Firefox", yeah
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
Status: REOPENED → RESOLVED
Closed: 12 years ago → 2 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•