Closed
Bug 1844956
Opened 1 year ago
Closed 1 year ago
Use fluent-rs in browser_misused_characters_in_strings.js
Categories
(Core :: Internationalization, task)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(2 files)
(In reply to Ted Campbell [:tcampbell] from bug 1834205 comment #2)
The
FluentSyntax.jsm
is only used for a single test case, so maybe we should just try to avoid the dependency on fluent.js entirely now. Maybe it is possible to use https://docs.rs/fluent/latest/fluent/struct.FluentResource.html#method.entries influent-rs
? It could be somehow exposed on the FluentResource webidl so that most of the plumbing could be reused.
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
Depends on D184329
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/72fb5cfada1a
Part 1: Use fluent-rs to collect TextElement in browser_misused_characters_in_strings.js. r=emilio
https://hg.mozilla.org/integration/autoland/rev/242016d2ee9e
Part 2: Remove FluentSyntax.jsm. r=emilio
Updated•1 year ago
|
Comment 6•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/72fb5cfada1a
https://hg.mozilla.org/mozilla-central/rev/242016d2ee9e
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•