Closed
Bug 576361
Opened 15 years ago
Closed 15 years ago
[k] _lazy strings are not extracted for l10n
Categories
(support.mozilla.org :: Localization, task, P1)
support.mozilla.org
Localization
Tracking
(Not tracked)
RESOLVED
FIXED
2.2
People
(Reporter: jsocol, Assigned: jsocol)
Details
(Whiteboard: [qa-])
Strings localized with _lazy are not extracted by Tower for l10n, and so are missing from our .pot file. Babel can accept additional keywords but Tower needs a patch to pass those through.
Tower patch is up for r? (http://github.com/jsocol/tower/commit/aac06725b7a0b) and then I'll add roughly the following to settings.py:
TOWER_KEYWORDS = {
'_lazy': None
}
| Assignee | ||
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•15 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•