Closed
Bug 733034
Opened 14 years ago
Closed 14 years ago
Migrate all .lang files for locales to the root of the repo
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pascalc, Assigned: pascalc)
Details
(Whiteboard: [l10n])
Attachments
(1 file)
|
4.36 KB,
text/plain
|
Details |
So as to be able to share .lang files between the PHP powered site and the bedrock site easily, I am going to move all the .lang files at the root of the site in this path:
trunk/locales/ab-CD/*.lang
That means adjusting all our l10n code to use this new location as well as updating the scripts that power the webdashboard to not loose tracking of strings.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → pascalc
| Assignee | ||
Comment 1•14 years ago
|
||
for reference, this is the list of calls to our l10n class that will need a path update once the files move to their new location.
generated with
ack-grep "l10n\->load\(" > langcalls.txt
ack-grep "::load\(" >> langcalls.txt
| Assignee | ||
Comment 3•14 years ago
|
||
This is done, no regression on trunk
Comment 4•14 years ago
|
||
Why this change? Now localizers need to pull two directories?
| Assignee | ||
Comment 5•14 years ago
|
||
Yes, this is less convenient for now but we need to share the files between the current php site and the future python based sites that will live together and need to share that data. New files to be localized will be on this new repository.
Comment 6•14 years ago
|
||
ja is missing under locale. Is this intended? We only need snippets.lang, though.
Comment 7•14 years ago
|
||
ja is missing also on the l10n dashboard.
| Assignee | ||
Comment 8•14 years ago
|
||
no, that's not intended, it's because ja is a specific case ;) I am going to fix that this morning.
| Assignee | ||
Comment 9•14 years ago
|
||
kohei, both issues for ja are now fixed
Comment 10•14 years ago
|
||
Thanks :)
| Assignee | ||
Comment 11•14 years ago
|
||
r102580 on stage, I can't find any regression
| Assignee | ||
Comment 12•14 years ago
|
||
r102583 on production, all looks good, marking fixed.
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
•