Text on composeAction button stays on previous language after TB language change
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Tracking
(Not tracked)
People
(Reporter: k-l-p, Unassigned)
References
Details
User Story
Workaround: After changing TB interface language, disable and re-enable the addon from addons tab, which triggers re-translation.
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0
Steps to reproduce:
Install Add-on "Textmarker" version 5.0.1 in TB running in English.
Button text in compose window is "Mark".
Change language in options to French. Button text is "Surligner".
Change language in options back to English.
Actual results:
Button text is "Surligner", i.e. still French.
Expected results:
Button should be "Mark", i.e. changed to the correct language, English.
Comment 2•5 years ago
•
|
||
I was failing to even show "Surligner" (French for "mark") ever, until I did this:
- temporarily disable and re-enable the addon in the target language (no extra restart required)
So that's the workaround for this bug. Seems like addons need an extra nudge to retranslate themselves.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 3•3 years ago
|
||
This affects Firefox as well. I created a reproducer add-on which can be used to show case the error in Firefox as well. Closing this bug in favour of the new Firefox bug.
I bluntly cloned the Textmarker add-on for this.
Description
•