gecko-dev/intl/l10n
Zibi Braniecki ae32fa44eb Bug 1560342 - Factor Localization out of DOMLocalization. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D35445

--HG--
extra : moz-landing-system : lando
2019-06-25 19:39:53 +00:00
..
docs Bug 1552714 - Migrate all remaining callsites to use WebIDL DOMLocalization and remove mozIDOMLocalization and DOMLocalization.jsm. r=smaug 2019-06-06 16:32:49 +00:00
test Bug 1552714 - Migrate all remaining callsites to use WebIDL DOMLocalization and remove mozIDOMLocalization and DOMLocalization.jsm. r=smaug 2019-06-06 16:32:49 +00:00
fluent.js.patch Bug 1552714 - Migrate all remaining callsites to use WebIDL DOMLocalization and remove mozIDOMLocalization and DOMLocalization.jsm. r=smaug 2019-06-06 16:32:49 +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 1555662 - Register L10nRegistry sources using categories. r=kmag 2019-06-08 04:37:31 +00:00
Localization.cpp Bug 1560342 - Factor Localization out of DOMLocalization. r=smaug 2019-06-25 19:39:53 +00:00
Localization.h Bug 1560342 - Factor Localization out of DOMLocalization. r=smaug 2019-06-25 19:39:53 +00:00
Localization.jsm Bug 1552714 - Migrate all remaining callsites to use WebIDL DOMLocalization and remove mozIDOMLocalization and DOMLocalization.jsm. r=smaug 2019-06-06 16:32:49 +00:00
moz.build Bug 1560342 - Factor Localization out of DOMLocalization. r=smaug 2019-06-25 19:39:53 +00:00
mozILocalization.idl Bug 1552714 - Refactor constructors of mozILocalization and DOMLocalization to handle custom generateMessages. r=smaug 2019-06-06 16:32:41 +00:00
README Bug 1552714 - Migrate all remaining callsites to use WebIDL DOMLocalization and remove mozIDOMLocalization and DOMLocalization.jsm. r=smaug 2019-06-06 16:32:49 +00:00

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

The following files are affected:
 - Fluent.jsm
 - Localization.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.