gecko-dev/intl/l10n
Csoregi Natalia d45a83305b Bug 1488973 - Followup for eslint failure. CLOSED TREE
--HG--
extra : amend_source : 608437e414f153580a51c5b5b85b7478a8b11f60
2018-10-24 21:56:27 +03:00
..
docs
test Bug 1488973: Add tests for localisation of unprivileged content. r=flod,mossop 2018-10-24 17:42:34 +00:00
DOMLocalization.jsm
DocumentL10n.cpp Bug 1488973: Wrap privileged promises in a promise for the document we`re returning to. r=smaug 2018-10-24 17:41:46 +00:00
DocumentL10n.h Bug 1488973: Wrap privileged promises in a promise for the document we`re returning to. r=smaug 2018-10-24 17:41:46 +00:00
Fluent.jsm
L10nRegistry.jsm Bug 1488973 - Followup for eslint failure. CLOSED TREE 2018-10-24 21:56:27 +03:00
Localization.jsm Bug 1500735 - Update cached-iterable in Fluent to 0.3.0. r=stas 2018-10-22 15:05:35 +00:00
README
fluent.js.patch
moz.build Bug 1488973: Add tests for localisation of unprivileged content. r=flod,mossop 2018-10-24 17:42:34 +00:00
mozDOMLocalization.js
mozDOMLocalization.manifest
mozIDOMLocalization.idl

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.