Closed
Bug 668841
Opened 14 years ago
Closed 14 years ago
add x-testing locale to product-details
Categories
(www.mozilla.org :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: groovecoder, Assigned: groovecoder)
References
Details
Attachments
(1 file)
961 bytes,
patch
|
pascalc
:
review+
|
Details | Diff | Splinter Review |
Want to add x-testing locale so we can use pseudo-translations to spot un-localized strings and unicode errors
Assignee | ||
Comment 1•14 years ago
|
||
'x-testing' => array( 'English' => 'Testing', 'native' => 'Ŧḗşŧīƞɠ'),
Comment 2•14 years ago
|
||
Stas, does it work if we add this to product-details directly? I don't think the entire list is used anywhere anyway, all applications filter the list (or hand-pick from it), right?
Luke: Do we have any tools to create these dummy translations?
Assignee | ||
Comment 3•14 years ago
|
||
Yup, I'm using:
podebug --rewrite=unicode templates/LC_MESSAGES/messages.pot x_testing/LC_MESSAGES/messages.po
http://translate.sourceforge.net/wiki/toolkit/podebug
Comment 4•14 years ago
|
||
(In reply to comment #2)
> Stas, does it work if we add this to product-details directly? I don't think
> the entire list is used anywhere anyway, all applications filter the list
> (or hand-pick from it), right?
I'm not sure. CC'ing Pascal.
Comment 5•14 years ago
|
||
You can safely add that to $languages in localeDetails.class.php but not in firefoxDetails.class.php, otherwise it will show up in pages like all.html
Assignee | ||
Comment 6•14 years ago
|
||
I don't have svn commit access. Here's my patch.
Attachment #543489 -
Flags: review?(pascalc)
Updated•14 years ago
|
Attachment #543489 -
Flags: review?(pascalc) → review+
Comment 7•14 years ago
|
||
Thanks, Pascal and Luke! I landed your patch in r91980 (incl. JSON file update).
Luke, if you do ./manage.py update_product_details, it should show up.
Assignee: nobody → lcrouch
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•