mozilla / multi-account-containers

Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously.
https://addons.mozilla.org/firefox/addon/multi-account-containers/
Mozilla Public License 2.0
2.64k stars 322 forks source link

Fix missing i18n strings in the UI #2543

Closed dannycolin closed 1 year ago

dannycolin commented 1 year ago

This patch fix all the missing i18n strings in the UI. It also standardize the main title to "Firefox Multi-Account Containers" everywhere we use it in the addon.

In src/js/background/backgroundLogic.js, we update the i18n strings for the opencontainer[0-9] commands on startup and on install. This is done to avoid using both an hardcoded value with a i18n strings (e.g __MSG_myMessage__ my extra text). See https://github.com/mozilla-l10n/multi-account-containers-l10n/pull/23