mozjs68/intl/l10n
openKylinBot a4aaf93d76 Import Upstream version 68.6.0 2022-05-14 01:50:53 +08:00
..
docs Import Upstream version 68.6.0 2022-05-14 01:50:53 +08:00
test Import Upstream version 68.6.0 2022-05-14 01:50:53 +08:00
DOMLocalization.jsm Import Upstream version 68.6.0 2022-05-14 01:50:53 +08:00
DocumentL10n.cpp Import Upstream version 68.6.0 2022-05-14 01:50:53 +08:00
DocumentL10n.h Import Upstream version 68.6.0 2022-05-14 01:50:53 +08:00
Fluent.jsm Import Upstream version 68.6.0 2022-05-14 01:50:53 +08:00
FluentSyntax.jsm Import Upstream version 68.6.0 2022-05-14 01:50:53 +08:00
L10nRegistry.jsm Import Upstream version 68.6.0 2022-05-14 01:50:53 +08:00
Localization.jsm Import Upstream version 68.6.0 2022-05-14 01:50:53 +08:00
README Import Upstream version 68.6.0 2022-05-14 01:50:53 +08:00
fluent.js.patch Import Upstream version 68.6.0 2022-05-14 01:50:53 +08:00
moz.build Import Upstream version 68.6.0 2022-05-14 01:50:53 +08:00
mozIDOMLocalization.idl Import Upstream version 68.6.0 2022-05-14 01:50:53 +08: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.