"Move sidebar right/left" remains unswitched when live language switching
Categories
(Core :: Internationalization, defect)
Tracking
()
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | unaffected |
firefox-esr91 | --- | unaffected |
firefox99 | --- | disabled |
firefox100 | --- | affected |
firefox101 | --- | affected |
People
(Reporter: aflorinescu, Unassigned)
References
Details
Attachments
(1 file)
1.17 MB,
image/png
|
Details |
[Description:]
When live switching language, the string for the sidebar change position remains untranslated.
[Environment:]
100.0b4
Mac 11
Windows 10
Ubuntu 22
[Preconditions:]
Configs:
user_pref("intl.multilingual.downloadEnabled", true);
user_pref("intl.multilingual.enabled", true);
user_pref("intl.multilingual.liveReload", true);
user_pref("browser.search.log", true);
Install Languages:
about:preferences /Language - Search More Languages/Select Language to add / Add.
[Steps:]
- Install a firefox Firefox locale, en-us for example (autoset region not that relevant).
- Locate languages and install a few languages: fr, en, cn
- Enable Menu bar and enable any View/Sidebar.
- Open about:preferences / Language.
- Switch the language to anything previously added (e.g. fr).
- From the Sidebar panel top menu click on the dropdown(e.g: if the Bookmark sidebar has been opened, the bookmark label will have a dropdown.)
[Actual Result:]
The Side bar label change left/right remains in the original language. (see Note)
[Expected Result:]
The Side bar label change left/right is reloaded in the switched language.
[Note:]
The Switch side for the pannel is usually translated (depending on the localization chosen) - it just doesn't translate on switch.
Comment 1•3 months ago
|
||
This is in browser.properties, so we have to move it to FTL to fix this.
Description
•