gecko-dev/intl/l10n
Zibi Braniecki 93ac8e7357 Bug 1461048 - Convert Fluent API calls to FluentDOM 0.3.0. r=mossop
MozReview-Commit-ID: K3eA8blcP2x

--HG--
extra : rebase_source : 8aca3e850d9c8f87e13aa5d1dcad588b9a272a94
2018-05-14 12:37:41 -07:00
..
docs Bug 1461048 - Convert Fluent API calls to FluentDOM 0.3.0. r=mossop 2018-05-14 12:37:41 -07:00
test Bug 1461048 - Convert Fluent API calls to FluentDOM 0.3.0. r=mossop 2018-05-14 12:37:41 -07:00
DOMLocalization.jsm Bug 1461048 - Convert Fluent API calls to FluentDOM 0.3.0. r=mossop 2018-05-14 12:37:41 -07:00
L10nRegistry.jsm Bug 1450656 - Canonicalize ja-JP-mac to ja-JP-macos and use BCP47 version in Fluent. r=jfkthame 2018-04-10 14:19:05 -07:00
Localization.jsm Bug 1461048 - Update FluentDOM to 0.3.0. r=mossop 2018-05-14 12:14:27 -07:00
MessageContext.jsm Bug 1453480 - Update fluent to 0.6.4 and fluent-dom to 0.2.0. r=stas 2018-04-11 13:06:35 -07:00
README Bug 1426054 - Update Fluent in Gecko to 0.6. r=Pike 2018-01-26 14:01:34 -08:00
fluent.js.patch Bug 1453480 - Update fluent to 0.6.4 and fluent-dom to 0.2.0. r=stas 2018-04-11 13:06:35 -07:00
jar.mn Backed out changeset e46cfa3b45ff (bug 1347798) because it will fail browser-chrome's browser_all_files_referenced.js. r=backout 2017-09-21 22:28:55 +02:00
l10n.js Backed out changeset 7f536b6a56e9 (bug 1456565) for Linting failures on a CLOSED TREE 2018-04-27 02:12:56 +03:00
moz.build Bug 1438655 - Add Introduction to Fluent for Firefox Developers. r=flod 2018-02-27 23:52:26 -08:00

README

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

The following files are affected:
 - MessageContext.jsm
 - Localization.jsm
 - DOMLocalization.jsm
 - l10n.js

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.