gecko-dev/intl/l10n
Zibi Braniecki 0e59a5d8f4 Bug 1544118 - Move nsINode::localize to use DocumentL10n::TranslateFragment. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D28269

--HG--
extra : moz-landing-system : lando
2019-04-24 10:35:37 +00:00
..
docs Bug 1540089, doc fix for Fluent 0.9 Syntax, r=stas 2019-03-29 15:51:58 +00:00
test Bug 1545312 - Make L10nRegistry handle removed sources. r=mossop 2019-04-24 20:36:00 +00:00
DOMLocalization.jsm Bug 1544118 - Move nsINode::localize to use DocumentL10n::TranslateFragment. r=smaug 2019-04-24 10:35:37 +00:00
DocumentL10n.cpp Bug 1544118 - Move nsINode::localize to use DocumentL10n::TranslateFragment. r=smaug 2019-04-24 10:35:37 +00:00
DocumentL10n.h Bug 1544118 - Move nsINode::localize to use DocumentL10n::TranslateFragment. r=smaug 2019-04-24 10:35:37 +00:00
Fluent.jsm Bug 1539192 - Update to Fluent.jsm 0.12.0, FluentSyntax 0.12.0. r=zbraniecki 2019-03-27 20:43:33 +00:00
FluentSyntax.jsm Bug 1539192 - Update to Fluent.jsm 0.12.0, FluentSyntax 0.12.0. r=zbraniecki 2019-03-27 20:43:33 +00:00
L10nRegistry.jsm Bug 1545312 - Make L10nRegistry handle removed sources. r=mossop 2019-04-24 20:36:00 +00:00
Localization.jsm Bug 1483036 - Report meaningful Promise values from FluentDOM C++ bits r=Gijs,smaug 2019-03-26 19:34:27 +00:00
README Bug 1498960 - Update Fluent in Gecko to 0.9. r=stas 2018-10-20 16:35:50 +00:00
fluent.js.patch Bug 1513958 - Update Fluent.jsm to version 0.10.0. r=stas 2018-12-18 21:49:44 +00:00
moz.build Bug 1483036 - Simplify the DocumentL10n::PromiseResolver handler. r=smaug 2019-03-26 15:05:21 +00:00
mozIDOMLocalization.idl Bug 1544118 - Move nsINode::localize to use DocumentL10n::TranslateFragment. r=smaug 2019-04-24 10:35:37 +00:00

README

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

The following files are affected:
 - Fluent.jsm
 - Localization.jsm
 - DOMLocalization.jsm

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.