blob: 84103db5e4f7869eca6ce4886f543ee6b23466ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
======
Fluent
======
`Fluent`_ is a localization system developed by Mozilla, which aims to replace
all existing localization models currently used at Mozilla.
In case of Firefox it directly supersedes DTD and StringBundle systems, providing
a large number of features and improvements over both of them, for developers
and localizers.
.. toctree::
:maxdepth: 2
tutorial
review
Other resources:
* `Fluent Syntax Guide <http://projectfluent.org/fluent/guide/>`_
* `Fluent Wiki <https://github.com/projectfluent/fluent/wiki>`_
* `Fluent.js Wiki <https://github.com/projectfluent/fluent.js/wiki>`_
* `Fluent DOM L10n Tutorial <https://projectfluent.org/dom-l10n-documentation/>`_
.. _Fluent: http://projectfluent.org/
|