Fluent format#

New in version 4.8.

Note

Support for this format is under development. Some features might not yet be available and the behavior can change between releases. Feedback from testing is welcome.

Fluent is a monolingual text format that focuses on asymmetric localization: a simple string in one language can map to a complex multi-variant translation in another language.

Example file:

hello = Ahoj "světe"!\n
orangutan = Orangutan má %d banán.\n
try = Zkus Weblate na <https://demo.weblate.org/>!\n
thanks = Děkujeme za použití Weblate.

Weblate configuration#

Typical Weblate Component configuration

File mask

locales/*/messages.ftl

Monolingual base language file

locales/en/messages.ftl

Template for new translations

Empty

File format

Fluent file