python-fluent icon indicating copy to clipboard operation
python-fluent copied to clipboard

Python implementation of Project Fluent

Results 33 python-fluent issues
Sort by recently updated
recently updated
newest added

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...