gecko-dev/intl/l10n
Zibi Braniecki 4bf900d584 Bug 1455649 - DocumentL10n, part 4 - Switch Preferences to use DocumentL10n API. r=smaug
--HG--
extra : rebase_source : 969d8ac56c3a033b707fab4508423407386abd35
2018-09-06 18:30:37 -07:00
..
docs Bug 1455649 - DocumentL10n, part 4 - Switch Preferences to use DocumentL10n API. r=smaug 2018-09-06 18:30:37 -07:00
test Bug 1455649 - DocumentL10n, part 3 - Plug DocumentL10n life cycle into DOM hooks. r=smaug 2018-09-06 18:28:40 -07:00
DOMLocalization.jsm Bug 1455649 - DocumentL10n, part 0 - Add `eager` parameter to mozDOMLocalization::AddResources to trigger I/O early. r=mossop 2018-09-06 18:19:26 -07:00
DocumentL10n.cpp Bug 1455649 - DocumentL10n, part 1 - Add C++ DocumentL10n API. r=smaug 2018-09-06 18:20:18 -07:00
DocumentL10n.h Bug 1455649 - DocumentL10n, part 1 - Add C++ DocumentL10n API. r=smaug 2018-09-06 18:20:18 -07:00
L10nRegistry.jsm Bug 1483038 - Optimize L10nRegistry generator to early exit on missing resources. r=mossop 2018-09-04 16:57:52 +00:00
Localization.jsm Bug 1455649 - DocumentL10n, part 0 - Add `eager` parameter to mozDOMLocalization::AddResources to trigger I/O early. r=mossop 2018-09-06 18:19:26 -07:00
MessageContext.jsm Bug 1480881 - Upgrade Gecko to Fluent 0.6. r=stas 2018-08-07 00:08:29 +00:00
README Bug 1426054 - Update Fluent in Gecko to 0.6. r=Pike 2018-01-26 14:01:34 -08:00
fluent.js.patch Bug 1480881 - Upgrade Gecko to Fluent 0.6. r=stas 2018-08-07 00:08:29 +00:00
moz.build Bug 1455649 - DocumentL10n, part 4 - Switch Preferences to use DocumentL10n API. r=smaug 2018-09-06 18:30:37 -07:00
mozDOMLocalization.js Bug 1475903 - Add mozIDOMLocalization API. r=mossop 2018-06-22 13:14:23 -07:00
mozDOMLocalization.manifest Bug 1475903 - Add mozIDOMLocalization API. r=mossop 2018-06-22 13:14:23 -07:00
mozIDOMLocalization.idl Bug 1455649 - DocumentL10n, part 1 - Add C++ DocumentL10n API. r=smaug 2018-09-06 18:20:18 -07:00

README

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.