Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing i18n strings in the UI #2543

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

dannycolin
Copy link
Collaborator

@dannycolin dannycolin commented Jun 18, 2023

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 open_container_[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 mozilla-l10n/multi-account-containers-l10n#23

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.
@dannycolin dannycolin force-pushed the i18n-remove-hardcoded-strings branch from a198cf0 to f85d751 Compare June 19, 2023 23:41
@dannycolin dannycolin requested a review from groovecoder June 22, 2023 18:51
Nomes77 added a commit to Nomes77/multi-account-containers that referenced this pull request Jun 26, 2023
Nomes77 added a commit to Nomes77/multi-account-containers that referenced this pull request Jun 26, 2023
Nomes77 added a commit to Nomes77/multi-account-containers that referenced this pull request Jun 26, 2023
@dannycolin dannycolin merged commit f20688c into mozilla:main Jun 28, 2023
@dannycolin dannycolin deleted the i18n-remove-hardcoded-strings branch December 12, 2024 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent "Firefox" in Multi-Account Containers' UI is redundant
2 participants