diff options
Diffstat (limited to 'chrome/common/extensions/docs/static/i18n.html')
-rw-r--r-- | chrome/common/extensions/docs/static/i18n.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/chrome/common/extensions/docs/static/i18n.html b/chrome/common/extensions/docs/static/i18n.html index 428d604..328fc5e 100644 --- a/chrome/common/extensions/docs/static/i18n.html +++ b/chrome/common/extensions/docs/static/i18n.html @@ -67,19 +67,6 @@ Here's what the extension looks like when it's internationalized alt='In the manifest.json file, "Hello World" has been changed to "__MSG_extName__", and a new "default_locale" item has the value "en". In the JavaScript file, "Hello World" has been changed to chrome.i18n.getMessage("extName"). A new file named _locales/en/messages.json defines "extName".' width="782" height="228"> -<p class="warning" id="namebug"> -<b>Bug workaround:</b> -Substitute <code>name</code> -wherever you see <code>extName</code> -in the preceding figure. -If you try to upload an internationalized extension -that uses any message not named "name" -to hold the value of the "name" manifest field, -the gallery erroneously rejects the extension -and displays the following error message: -"Missing extension name in default locale." -</p> - <p class="note"> <b>Important:</b> If an extension has a <code>_locales</code> directory, @@ -163,13 +150,6 @@ with a new Spanish translation. alt='This looks the same as the previous figure, but with a new file at _locales/es/messages.json that contains a Spanish translation of the messages.' width="782" height="358"> -<p class="warning" id=namebug2> -<b>Bug workaround:</b> -Substitute <code>name</code> -wherever you see <code>extName</code> -in the preceding figure. -<a href="#namebug">Details</a>. -</p> <h2 id="overview-locales">Locales</h2> |