Aside from the default locale of en_US, our extension has localizations for pt_BR, zh_CN, and zh_TW. I've found that while the 35 or so locales we have that don't include a country code (fr, es, etc.) work just fine, none of the ones that include country codes seem to work (using chrome.i18n.getMessage(), at least). I tried changing the underscores to dashes, but the extension won't even load in that case, due to unknown locales. Is this a known issue?
Also, has anyone given any thought to allowing locales that Chrome doesn't support? This would probably also require adding another parameter to chrome.i18n.getMessage() to specify which locale we want the message for, however it would be an easy way to at least allow people to provide locales that Chrome doesn't support. Drew -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to chromium-extensi...@googlegroups.com. To unsubscribe from this group, send email to chromium-extensions+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=.