Closed
Bug 868178
Opened 11 years ago
Closed 11 years ago
l10n comments in templates should not be case sensitive
Categories
(www.mozilla.org :: Bedrock, defect, P3)
www.mozilla.org
Bedrock
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: pmac, Assigned: dpoirier)
Details
To provide some context for a string you can add a comment in a template like:
{# L10n: This is for flying #}
It has to start with exactly "L10n" and is case sensitive. It should accept any combination of case for the L and N.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → dpoirier
Assignee | ||
Comment 1•11 years ago
|
||
Status update:
* Have gotten this feature merged into tower: https://github.com/clouserw/tower/pull/20
* Have PR open to update playdoh-lib to use the new version of tower: https://github.com/mozilla/playdoh-lib/pull/42
* Final step will be to update bedrock to use the new version of playdoh-lib.
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•11 years ago
|
||
Nice job fixing it the "Right Way" :)
Comment 3•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/2720952a6e54fe4f7d6c012c6c67f8fe69b23f6f
Bug 868178 - Make L10N translator comment tag case-insensitive
* Update playdoh-lib to version that has that change in tower
* Fix one tower import due to a method having been moved
https://github.com/mozilla/bedrock/commit/041eb0ae13ba504779a956263a7d9dac364644d8
Merge pull request #1131 from dpoirier/bug-868178-case-insensitive-l10n-comments
Bug 868178 - Make L10N translator comment tag case-insensitive
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•