Flutter arb parser
Parser ID: flutter.
Flutter arb files have a JSON format. The object contains key/value pairs.
A Flutter arb file's @@locale-key
contains the locale.
Keys can have a counterpart that has the same name, but starta with @
. The Rigi parser will show that as a comment.
Key features:
Parses ARB flutter files. For details, see the Flutter documentation.
Parser settings:
unixNewline
If set, the parser will generate a Unix newline (\n). Otherwise, it will generate a Windows newline (\r\n).