gecko-dev/intl/l10n
Cosmin Sabou d4afc5310c Backed out 2 changesets (bug 1518252) for frequent clipboard failures on browser_jsterm_middle_click_paste.
Backed out changeset b6f80451898e (bug 1518252)
Backed out changeset 06114c66901f (bug 1518252)

--HG--
extra : rebase_source : 795b3a29b1344ce224207c4034f13d3d7f1a5c53
2019-01-24 02:50:54 +02:00
..
docs Bug 1521279 - Update Fluent migration documentation to include whitespaces trimming and parameter normalization r=Pike 2019-01-21 15:00:00 +00:00
test Backed out 2 changesets (bug 1518252) for frequent clipboard failures on browser_jsterm_middle_click_paste. 2019-01-24 02:50:54 +02:00
DocumentL10n.cpp Backed out 2 changesets (bug 1518252) for frequent clipboard failures on browser_jsterm_middle_click_paste. 2019-01-24 02:50:54 +02:00
DocumentL10n.h Backed out 2 changesets (bug 1518252) for frequent clipboard failures on browser_jsterm_middle_click_paste. 2019-01-24 02:50:54 +02:00
DOMLocalization.jsm Bug 1518786 - Remove translations from the pending queue if there is a caller that is waiting on the specific translations. r=zbraniecki 2019-01-16 20:54:36 +00:00
fluent.js.patch Bug 1513958 - Update Fluent.jsm to version 0.10.0. r=stas 2018-12-18 21:49:44 +00:00
Fluent.jsm Bug 1513958 - Update Fluent.jsm to version 0.10.0. r=stas 2018-12-18 21:49:44 +00:00
L10nRegistry.jsm Bug 1509609 - Provide a sync version of generateBundles for L10nregistry. r=mossop 2019-01-11 00:19:37 +00:00
Localization.jsm Bug 1509583 - Introduce LocalizationSync. r=stas 2019-01-11 00:25:49 +00:00
moz.build Bug 1488973: Add tests for localisation of unprivileged content. r=flod,mossop 2018-10-24 17:42:34 +00:00
mozDOMLocalization.js Bug 1475903 - Add mozIDOMLocalization API. r=mossop 2018-06-22 13:14:23 -07:00
mozDOMLocalization.manifest Bug 1475903 - Add mozIDOMLocalization API. r=mossop 2018-06-22 13:14:23 -07:00
mozIDOMLocalization.idl Bug 1490444 - Localization should register its observers. r=smaug 2018-09-11 23:40:39 +00:00
README Bug 1498960 - Update Fluent in Gecko to 0.9. r=stas 2018-10-20 16:35:50 +00:00

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

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