Closed
Bug 1001430
Opened 11 years ago
Closed 9 years ago
add infrastructure for pulling strings out of the database for l10n
Categories
(Input Graveyard :: Backend, defect, P1)
Input Graveyard
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
(Whiteboard: u=dev c=backend p=1 s=input.2015q4)
We need to add infrastructure that pulls data out of the database and puts it in a .py file for strings extraction.
We'll need this for any product-related strings like descriptions.
Assignee | ||
Comment 1•11 years ago
|
||
I'm pretty sure this isn't hard to do. It involves creating a new django command to build a file or something like that. Kitsune has this, so I'll look at what they do and follow suit.
Assignee: nobody → willkg
Priority: -- → P2
Whiteboard: u=dev c=backend p=1 s=input.2014q2
Assignee | ||
Comment 2•11 years ago
|
||
Pushing this off until 2014q3. Fixing it doesn't affect anything slated for this quarter.
Whiteboard: u=dev c=backend p=1 s=input.2014q2 → u=dev c=backend p=1 s=input.2014q3
Assignee | ||
Updated•10 years ago
|
Whiteboard: u=dev c=backend p=1 s=input.2014q3 → u=dev c=backend p=1 s=input.2014q4
Assignee | ||
Comment 3•10 years ago
|
||
Bumping to 2015q1 because we're out of time for 2014q4.
Whiteboard: u=dev c=backend p=1 s=input.2014q4 → u=dev c=backend p=1 s=input.2015q1
Assignee | ||
Comment 5•10 years ago
|
||
Ran out of time this quarter. Pushing it off. :(
Assignee | ||
Updated•10 years ago
|
Whiteboard: u=dev c=backend p=1 s=input.2015q1 → u=dev c=backend p=1 s=input.2015q2
Assignee | ||
Updated•9 years ago
|
Whiteboard: u=dev c=backend p=1 s=input.2015q2 → u=dev c=backend p=1 s=input.2015q3
Assignee | ||
Comment 6•9 years ago
|
||
We have a couple of strings that are affected now. However, we're in a new quarter.
Whiteboard: u=dev c=backend p=1 s=input.2015q3 → u=dev c=backend p=1 s=input.2015q4
Assignee | ||
Comment 8•9 years ago
|
||
SUMO has this:
https://github.com/mozilla/kitsune/blob/0f93a47fa54fd884c39ddd0515a5729238db116d/kitsune/sumo/management/commands/extract_db.py
We can probably just copy that over.
Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 9•9 years ago
|
||
Assignee | ||
Comment 10•9 years ago
|
||
Landed in https://github.com/mozilla/fjord/commit/92c778c56fc92805885363c150a07e32052d157c
Pushed to prod just now.
Synced strings so product names are now translateable.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 11•9 years ago
|
||
Bug #1226601 covers fixing some problems with the extract_db command I wrote for this bug. :(
Updated•8 years ago
|
Product: Input → Input Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•