gecko-dev/intl/l10n
Francesco Lodolo (:flod) fe5f3fd914 Bug 1467377 - Fix typos in Intl and L10n documentation r=gandalf
MozReview-Commit-ID: 9zP6j7COEiJ

--HG--
extra : rebase_source : 35b44964d38f53f62522d0709b18d7dfa1ca8a9a
2018-06-07 08:20:49 +02:00
..
docs Bug 1467377 - Fix typos in Intl and L10n documentation r=gandalf 2018-06-07 08:20:49 +02:00
test Bug 1450781 - Enable pseudolocalization in Fluent. r=mossop 2018-06-01 12:37:13 -07:00
DOMLocalization.jsm Bug 1453765 - Switch Fluent from warning to throwing errors when in debug/testing mode. r=Gijs 2018-05-22 20:49:29 -07:00
L10nRegistry.jsm Bug 1450781 - Enable pseudolocalization in Fluent. r=mossop 2018-06-01 12:37:13 -07:00
Localization.jsm Bug 1450781 - Enable pseudolocalization in Fluent. r=mossop 2018-06-01 12:37:13 -07:00
MessageContext.jsm Bug 1450781 - Enable pseudolocalization in Fluent. r=mossop 2018-06-01 12:37:13 -07:00
README
fluent.js.patch
jar.mn
l10n.js
moz.build

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.