so i’m trying to localize the content of my popup
so i use i18n.getMessage() when loading the popup and it works ok
then i change the language of the ui of firefox
and reopen my popup, it still calls all the i18n.getMessage() but they stay in the previous language
if i reload my extension then i get the right localization for my popup
(and if i re-change the language of the ui then my popup stay in the previous language again)
is this like er normal?