diff options
Diffstat (limited to 'chrome/common/extensions/docs/i18n.html')
-rw-r--r-- | chrome/common/extensions/docs/i18n.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/chrome/common/extensions/docs/i18n.html b/chrome/common/extensions/docs/i18n.html index fc3351f..086f828 100644 --- a/chrome/common/extensions/docs/i18n.html +++ b/chrome/common/extensions/docs/i18n.html @@ -623,8 +623,8 @@ padding-right: 1.5em; <h2 id="overview-locales">Locales</h2> <p> -Extensions can use all the locales that Google Chrome supports, -plus a few (such as <code>en</code>) +You can choose from many locales, +including some (such as <code>en</code>) that let a single translation support multiple variations of a language (such as <code>en_GB</code> and <code>en_US</code>). </p> @@ -633,12 +633,8 @@ that let a single translation support multiple variations of a language <h3 id="locales-supported">Supported locales</h3> <p> -Your extension can use any of the following locales: -</p> - -<p> -<code>am ar bg bn ca cs da de el en en_GB en_US es es_419 et fi fil fr gu he hi hr hu id it ja kn ko lt -lv ml mr nb nl or pl pt pt_BR pt_PT ro ru sk sl sr sv sw ta te th tr uk vi zh zh_CN zh_TW</code> +Extensions can use any of the +<a href="http://code.google.com/chrome/webstore/docs/i18n.html#localeTable">locales that the Chrome Web Store supports</a>. </p> |