I have few calls to chrome.i18n.getMessage() from popup.html and
background.html. For testing, I also added this line to
background.html when it is loaded:
   window.alert('message: ' + chrome.i18n.getMessage
('options_title'));

I installed my (packed) extension. The strings are OK. Now I changed
the Chrome language to a language that is not supported by the
extension (not a part of _locales). I still have the correct English
messages.

Now I restart Chrome. All the messages are 'undefined' (including the
one I display at the very beginning). I change the Chrome language
back to English-US and restart Chrome. All the messages are still
'undefined'. From now on the extension is completely unusable.
Uninstalling and installing it again helps. But this bug means that
right now I cannot use any i18n at all.

The version of Chrome is 4.0.249.43.
-- 
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to