Merge pull request #889 from abdnh/escape-braces

Escape literal curly braces in Fluent
This commit is contained in:
Damien Elmes 2021-01-04 13:19:07 +10:00 committed by GitHub
commit 74bd7f526a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,4 +13,4 @@ fields-size = Size:
fields-sort-by-this-field-in-the = Sort by this field in the browser fields-sort-by-this-field-in-the = Sort by this field in the browser
fields-that-field-name-is-already-used = That field name is already used. fields-that-field-name-is-already-used = That field name is already used.
fields-name-first-letter-not-valid = The field name should not start with #, ^ or /. fields-name-first-letter-not-valid = The field name should not start with #, ^ or /.
fields-name-invalid-letter = The field name should not contain :, ", { or }. fields-name-invalid-letter = The field name should not contain :, ", {"{"} or {"}"}.