gecko-dev/intl/l10n
Zibi Braniecki 8cebbf96af Bug 1435002 - Move Fluent's l10n.js to MozBeforeInitialXULLayout. r=smaug
MozReview-Commit-ID: GC9Yq9TxXyC

--HG--
extra : rebase_source : 10c9b5f1e6c62c12725f2814aabf28dbb175f0bf
2018-01-15 18:00:43 -08:00
..
test Bug 1426054 - Update Fluent in Gecko to 0.6. r=Pike 2018-01-26 14:01:34 -08:00
DOMLocalization.jsm Bug 1426054 - Update Fluent in Gecko to 0.6. r=Pike 2018-01-26 14:01:34 -08:00
fluent.js.patch Bug 1426054 - Update Fluent in Gecko to 0.6. r=Pike 2018-01-26 14:01:34 -08:00
jar.mn
l10n.js Bug 1435002 - Move Fluent's l10n.js to MozBeforeInitialXULLayout. r=smaug 2018-01-15 18:00:43 -08:00
L10nRegistry.jsm Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
Localization.jsm Bug 1426054 - Update Fluent in Gecko to 0.6. r=Pike 2018-01-26 14:01:34 -08:00
MessageContext.jsm Bug 1426054 - Update Fluent in Gecko to 0.6. r=Pike 2018-01-26 14:01:34 -08:00
moz.build
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.