gecko-dev/intl/l10n
Axel Hecht 85cca5e505 bug 1478343, update Fluent migration docs, r=stas
The changes affecting the docs include:
Rename of EXTERNAL_ARGUMENT to VARIABLE_REFERENCE
Addition of TERM_REFERENCE

Docs already talk about variable references, too.

MozReview-Commit-ID: KUwPSqJyBn0

--HG--
extra : rebase_source : d1b8b3aa42716ba9884422687c8ae8946805bb1f
2018-07-26 11:17:57 +02:00
..
docs bug 1478343, update Fluent migration docs, r=stas 2018-07-26 11:17:57 +02:00
test Bug 1384236 - Cache l10n resources differently in L10nRegistry. r=Pike 2018-06-22 12:03:24 -07:00
DOMLocalization.jsm Bug 1472716 - Part 1 - Whitelist the "value" attribute for XUL localization. r=gandalf 2018-07-10 14:57:18 +01:00
fluent.js.patch Bug 1453480 - Update fluent to 0.6.4 and fluent-dom to 0.2.0. r=stas 2018-04-11 13:06:35 -07:00
jar.mn Backed out changeset e46cfa3b45ff (bug 1347798) because it will fail browser-chrome's browser_all_files_referenced.js. r=backout 2017-09-21 22:28:55 +02:00
l10n.js Bug 1474786 - Update Fluent to master. r=stas 2018-07-10 17:49:02 -07:00
L10nRegistry.jsm Bug 1384236 - Cache l10n resources differently in L10nRegistry. r=Pike 2018-06-22 12:03:24 -07:00
Localization.jsm Bug 1384236 - Cache l10n resources differently in L10nRegistry. r=Pike 2018-06-22 12:03:24 -07:00
MessageContext.jsm Bug 1384236 - Cache l10n resources differently in L10nRegistry. r=Pike 2018-06-22 12:03:24 -07:00
moz.build Bug 1438655 - Add Introduction to Fluent for Firefox Developers. r=flod 2018-02-27 23:52:26 -08:00
README Bug 1426054 - Update Fluent in Gecko to 0.6. r=Pike 2018-01-26 14:01:34 -08:00

The content of this directory is partially sourced from the fluent.js project.

The following files are affected:
 - MessageContext.jsm
 - Localization.jsm
 - DOMLocalization.jsm
 - l10n.js

At the moment, the tool used to produce those files in fluent.js repository, doesn't
fully align with how the code is structured here, so we perform a manual adjustments
mostly around header and footer.

The result difference is stored in `./fluent.js.patch` file which can be used to
approximate the changes needed to be applied on the output of the 
fluent.js/fluent-gecko's make.

In b.m.o. bug 1434434 we will try to reduce this difference to zero.