-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
FUTUREIdeas and requests to consider after Fluent 1.0Ideas and requests to consider after Fluent 1.0forwards incompatibleOld parsers won't parse newer files.Old parsers won't parse newer files.syntax
Description
The guide talks about the NUMBER
function and its useGrouping
named parameter:
https://projectfluent.org/fluent/guide/functions.html#number
According to the MDN spec linked, this parameter is a boolean i.e. true
or false
in JS. However, FTL provides no way to specify booleans. In Javascript, you can get away with passing 0 and 1, and possibly other languages too, but there should be a properly specified way of doing this.
stasm, heyakyra and TemaSM
Metadata
Metadata
Assignees
Labels
FUTUREIdeas and requests to consider after Fluent 1.0Ideas and requests to consider after Fluent 1.0forwards incompatibleOld parsers won't parse newer files.Old parsers won't parse newer files.syntax