Closed
Bug 1527080
Opened 6 years ago
Closed 6 years ago
Create sample Fluent files for use in testing the parser
Categories
(Core :: Internationalization, enhancement, P5)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
People
(Reporter: jaws, Assigned: chenbri2, Mentored)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
For use in testing the performance of the parser, please create four sample Fluent files.
- A file with only one string, for example:
.label = Testing
- The file below that attributes, overlays, and functions:
page-title =
.label =
{ PLATFORM() ->
[windows] Testing on Windows
*[other] Testing on Other
}
# Variables:
# $tagName (String) - Tag name of element.
element-title =
.label = { $tagName } Element
# Variables:
# $version (String) - Version number.
update-application-version = Version { $version } <a data-l10n-name="learn-more">What’s new</a>
- A larger version of #2 that defines about 50 strings
- A larger version of #3 that defines about 800 strings (similar in size to browser.dtd)
Each file should have uses of attributes, placeholder,
Reporter | ||
Updated•6 years ago
|
Priority: -- → P5
Reporter | ||
Updated•6 years ago
|
Version: 57 Branch → Trunk
Reporter | ||
Updated•6 years ago
|
Assignee: nobody → chenbri2
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Reporter | ||
Updated•6 years ago
|
Attachment #9051912 -
Attachment mime type: application/octet-stream → text/plain
Reporter | ||
Comment 5•6 years ago
|
||
Thanks!
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•