tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

index.rst (725B)


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