Closed Bug 794236 Opened 13 years ago Closed 12 years ago

Firefox for Android is not localized above articles

Categories

(support.mozilla.org :: Localization, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
2013Q1

People

(Reporter: scoobidiver, Assigned: fxa90id)

Details

(Whiteboard: u=user c=wiki p=0 s=2013.4 [mentor=r1cky])

Possibly a missing or incorrect gettext call?
Whiteboard: u=user c=wiki p=1
Target Milestone: --- → 2012Q4
We need to change `{{ product.title }}` with `{{ _(product.title, 'DB: products.Product.title') }}.
Whiteboard: u=user c=wiki p=1 → u=user c=wiki p=1 s= [mentor=r1cky]
Target Milestone: 2012Q4 → 2013Q1
It is now Firefox for Android.
Summary: Firefox for mobile is not localized above articles → Firefox for Android is not localized above articles
Assignee: nobody → michaljev
I looked in https://github.com/mozilla/kitsune/blob/master/apps/products/templates/products/product.html but {{ product.title }} is already changed to {{ _(product.title, 'DB: products.Product.title') }} or I looked in bad file?
(In reply to Michał Frontczak :fxa90id from comment #4) > I looked in > https://github.com/mozilla/kitsune/blob/master/apps/products/templates/ > products/product.html but {{ product.title }} is already changed to {{ > _(product.title, 'DB: products.Product.title') }} or I looked in bad file? This bug refers to the article page, so it's this template here: https://github.com/mozilla/kitsune/blob/master/apps/wiki/templates/wiki/document.html#L30
Deployed to prod now. Thanks Michał!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: u=user c=wiki p=1 s= [mentor=r1cky] → u=user c=wiki p=0 s=2013.4 [mentor=r1cky]
You need to log in before you can comment on or make changes to this bug.