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)

enhancement

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.

  1. A file with only one string, for example:
    .label = Testing
  1. 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>
  1. A larger version of #2 that defines about 50 strings
  2. A larger version of #3 that defines about 800 strings (similar in size to browser.dtd)

Each file should have uses of attributes, placeholder,

Priority: -- → P5
Version: 57 Branch → Trunk
Assignee: nobody → chenbri2
Status: NEW → ASSIGNED
Attachment #9051912 - Attachment mime type: application/octet-stream → text/plain

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.

Attachment

General

Creator:
Created:
Updated:
Size: