gecko-dev/intl/l10n
Boris Zbarsky 75124bdd98 Bug 1517588. Use nsIPrincipal::IsSystemPrincipal instead of nsContentUtils::IsSystemPrincipal r=bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D53067

--HG--
extra : moz-landing-system : lando
2019-12-05 04:44:32 +00:00
..
docs Bug 1587046, fix mistakes in Fluent markup l10n doc, r=stas 2019-12-04 17:23:09 +00:00
test
Fluent.jsm
FluentSyntax.jsm
L10nRegistry.jsm
Localization.cpp Bug 1517588. Use nsIPrincipal::IsSystemPrincipal instead of nsContentUtils::IsSystemPrincipal r=bzbarsky 2019-12-05 04:44:32 +00:00
Localization.h
Localization.jsm
README
fluent.js.patch
moz.build Bug 1599045, part 1 - untangle l10n from intl documentation, r=flod 2019-12-03 15:42:34 +00:00
mozILocalization.idl

README

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.