Closed
Bug 640179
Opened 15 years ago
Closed 14 years ago
[webby] Update verbatim extraction
Categories
(Webtools Graveyard :: Elmo, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.2
People
(Reporter: zbraniecki, Assigned: zbraniecki)
Details
Attachments
(2 files, 1 obsolete file)
|
1.59 KB,
patch
|
stas
:
review+
|
Details | Diff | Splinter Review |
|
2.70 KB,
patch
|
stas
:
review+
|
Details | Diff | Splinter Review |
Currently extracting locales from verbatim does not work for ab-CD locales and it also catches en-US.
| Assignee | ||
Comment 1•15 years ago
|
||
Assignee: nobody → gandalf
Attachment #518070 -
Flags: review?(stas)
Updated•15 years ago
|
Attachment #518070 -
Flags: review?(stas) → review+
| Assignee | ||
Comment 2•15 years ago
|
||
| Assignee | ||
Comment 3•15 years ago
|
||
split sections in the config to verbatim and svn cause we need separate mappings for svn.
Attachment #518074 -
Flags: review?(stas)
| Assignee | ||
Comment 4•15 years ago
|
||
updated patch. Need only one mapping system.
Attachment #518074 -
Attachment is obsolete: true
Attachment #518074 -
Flags: review?(stas)
Attachment #518079 -
Flags: review?(stas)
Comment 5•15 years ago
|
||
Comment on attachment 518079 [details] [diff] [review]
patch 2 v2
>+ if len(locale_mapping)==0:
>+ _get_locale_mapping()
>+ if len(locale_mapping)==0:
>+ _get_locale_mapping()
You can just do
if locale_mapping:
_get_locale_mapping()
And I'd probably change the name of the cfg files from verbatim_mapping.cfg to locale_codes.cfg.
r=me otherwise.
Attachment #518079 -
Flags: review?(stas) → review+
| Assignee | ||
Comment 6•15 years ago
|
||
Updated•14 years ago
|
Assignee: gandalf → nobody
Component: Infrastructure → Elmo
Product: Mozilla Localizations → Webtools
QA Contact: infrastructure → elmo
Summary: [dashboard][webby] Update verbatim extraction → [webby] Update verbatim extraction
Version: unspecified → 1.0
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Target Milestone: --- → 1.2
Updated•11 years ago
|
Assignee: nobody → gandalf
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•