зеркало из https://github.com/mozilla/gecko-dev.git
ee31c806ce
Differential Revision: https://phabricator.services.mozilla.com//D23377 --HG-- extra : amend_source : 4f28d4b1dcc9be7cf3f981a9e17f78fe875e66b3 extra : histedit_source : 0b84776abd74cacac4c04861f5e21d74e15120ed |
||
---|---|---|
.. | ||
docs | ||
test | ||
DOMLocalization.jsm | ||
DocumentL10n.cpp | ||
DocumentL10n.h | ||
Fluent.jsm | ||
FluentSyntax.jsm | ||
L10nRegistry.jsm | ||
Localization.jsm | ||
README | ||
fluent.js.patch | ||
moz.build | ||
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.