gecko-dev/intl/l10n
Zibi Braniecki 314d9393b8 Bug 1443697 - Fix nits in Fluent for Firefox Developers. r=flod
MozReview-Commit-ID: 4QSBa01XXp3

--HG--
extra : rebase_source : 1d68adcced17cb5904f8a87aadc2f4a7309f17c1
2018-03-06 17:48:17 -08:00
..
docs Bug 1443697 - Fix nits in Fluent for Firefox Developers. r=flod 2018-03-06 17:48:17 -08:00
test Bug 1363862 - Use Node.localize for fragment translation in Fluent DOM. r=stas 2018-03-01 16:49:37 -08:00
DOMLocalization.jsm Bug 1363862 - Use Node.localize for fragment translation in Fluent DOM. r=stas 2018-03-01 16:49:37 -08:00
L10nRegistry.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
Localization.jsm Bug 1438608 - Improve error reporting of Fluent missing strings. r=stas 2018-03-06 01:25:23 -08:00
MessageContext.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01: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 1426054 - Update Fluent in Gecko to 0.6. r=Pike 2018-01-26 14:01:34 -08: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 Bug 1428769 - Add intl/l10n to be covered by eslint. r=Pike 2018-02-20 14:02:54 -10: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.