python-fluent
python-fluent copied to clipboard
Python implementation of Project Fluent
For some reasons I had some tabs instead of spaces in my ftl file. It looks like the parser doesn't see these lines.
`codecs.open` is deprecated since Python 3.14. This replaces all occurences of it to `open(...)`.
Message attributes are not accessible via `l10n.format_value("message.attribute")` - the method returns "message.attribute" instead of the expected attribute value. sample ftl ``` test-button = .value = Click Me .title = This...