Localization library for expressive translations.
Project description
Use Fluent to localize your Python application. It comes with a Localization class to use, based on an implementation of FluentBundle. It uses the parser from fluent.syntax to read Fluent files.
>>> from datetime import date
>>> l10n = DemoLocalization("today-is = Today is { $today }")
>>> val = l10n.format_value("today-is", {"today": date.today() })
>>> val
'Today is Jun 16, 2018'
Find the full documentation on https://projectfluent.org/python-fluent/fluent.runtime/.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fluent.runtime-0.4.0.tar.gz
(17.6 kB
view hashes)
Built Distribution
Close
Hashes for fluent.runtime-0.4.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51fd02582c2363e1106d7051642967a1b7f406dd9c317bd4600a73ede40c5146 |
|
MD5 | b458528c30ae553fe8cb3e8f13aa9804 |
|
BLAKE2b-256 | e589a19b0bdfc74977b44aca2ad2e0600fd89c778184fcbb7fc44ba1002cc7b5 |