-
- Downloads
Bug 1835559 - Ensure that text content survives translation...
Bug 1835559 - Ensure that text content survives translation r=application-update-reviewers,flod,fluent-reviewers,nalexander,settings-reviewers,Gijs When an element is re-translated, the textContent is currently dropped. To avoid that, make it an explicit part of the message. This requires changing the l10n message ID. Ideally, the message ID wouldn't change, but that is not possible until the content can be preserved as a feature, i.e. https://github.com/projectfluent/fluent.js/issues/169 Differential Revision: https://phabricator.services.mozilla.com/D179323
Showing
- browser/base/content/aboutDialog-appUpdater.js 10 additions, 11 deletionsbrowser/base/content/aboutDialog-appUpdater.js
- browser/base/content/aboutDialog.xhtml 4 additions, 4 deletionsbrowser/base/content/aboutDialog.xhtml
- browser/components/preferences/main.inc.xhtml 4 additions, 4 deletionsbrowser/components/preferences/main.inc.xhtml
- browser/locales/en-US/browser/aboutDialog.ftl 17 additions, 5 deletionsbrowser/locales/en-US/browser/aboutDialog.ftl
- python/l10n/fluent_migrations/bug_1835559_aboutDialog_explicit_textContent.py 67 additions, 0 deletions...igrations/bug_1835559_aboutDialog_explicit_textContent.py
- toolkit/mozapps/update/tests/browser/head.js 32 additions, 19 deletionstoolkit/mozapps/update/tests/browser/head.js
Loading
Please register or sign in to comment