python-fluent
python-fluent copied to clipboard
Python implementation of Project Fluent
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
Bumps [pygments](https://github.com/pygments/pygments) from 2.8.0 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
I've done the following: * Bumped the minimum version of `typing_extensions` in order to use `Self` * Updated workflows to use `mypy` 1.1.1 to type check the project * Updated...
This PR contains a small change to stop adding span information to `Annotation` elements when `with_spans` is set to `False` for the parser. I've pulled this into its own PR...
As part of the Babel 2.15.0 release, an upgrade to CLDR 44 was included. The new CLDR version changes the date format for the en-GB locale to remove a comma...
(Note: The original context for this PR is covered in https://github.com/django-ftl/fluent-compiler/issues/32, but the key parts are copied in here) Hi 👋. Firstly, thanks for this library, and for the project...
This is a very small problem. When I was looking at the source files in the fluent.syntax package, I found that in the get_error_message function in errors.py, the other error...
([API Page](https://projectfluent.org/python-fluent/fluent.runtime/stable/reference.html)) Present in constructors of `FluentLocalization` and `FluentBundle`, the `use_isolating` parameter is not explained. It does not seem to be used either: [`FluentLocalization` delegates it to `FluentBundle`](https://projectfluent.org/python-fluent/fluent.runtime/stable/_modules/fluent/runtime/fallback.html#FluentLocalization), and [`FluentBundle`...
Resolving issue with accessing message attributes via FluentLocalization.format_value("message.attribute") Connected issues: https://github.com/projectfluent/python-fluent/issues/209