I just implemented the internationalization (i18n) of the google chrome function in my extension. I have languages deand en. I named dethe default in the manifest file:
"default_locale": "de"
No. I want to check if it works en, but
"default_locale": "en"
does not affect the language, it remains German. Any ideas?
source
share