зеркало из https://github.com/mozilla/gecko-dev.git
c7b5617848
* Split existing migration document * Add some overview on migration recipes * Review legacy migration docs * Not a lot of changes to the Fluent-to-Fluent parts, intentionally The changes to the legacy docs are mostly driven by how much a particular caveat bugged me. There's surely more to do on that doc. Differential Revision: https://phabricator.services.mozilla.com/D59320 --HG-- rename : intl/l10n/docs/migrations/index.rst => intl/l10n/docs/migrations/fluent.rst rename : intl/l10n/docs/migrations/index.rst => intl/l10n/docs/migrations/legacy.rst rename : intl/l10n/docs/migrations/index.rst => intl/l10n/docs/migrations/localizations.rst rename : intl/l10n/docs/migrations/index.rst => intl/l10n/docs/migrations/overview.rst rename : intl/l10n/docs/migrations/index.rst => intl/l10n/docs/migrations/testing.rst extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
docs | ||
test | ||
Fluent.jsm | ||
FluentSyntax.jsm | ||
L10nRegistry.jsm | ||
Localization.cpp | ||
Localization.h | ||
Localization.jsm | ||
README | ||
fluent.js.patch | ||
moz.build | ||
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.