Escape literal curly braces in Fluent

This commit is contained in:
abdo 2021-01-04 00:31:58 +03:00
parent b27259096e
commit 7bd3137425

View file

@ -13,4 +13,4 @@ fields-size = Size:
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-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 {"}"}.