diff options
author | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-01 21:13:55 +0000 |
---|---|---|
committer | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-01 21:13:55 +0000 |
commit | 5a9a56a645d21140c594bbbaeb293030a38cbe33 (patch) | |
tree | 52c300afb575f50ae3d6c28608e36e13dd62392d | |
parent | b0e081f2110c940a137f11556c243b156743d27d (diff) | |
download | chromium_src-5a9a56a645d21140c594bbbaeb293030a38cbe33.zip chromium_src-5a9a56a645d21140c594bbbaeb293030a38cbe33.tar.gz chromium_src-5a9a56a645d21140c594bbbaeb293030a38cbe33.tar.bz2 |
Merge 87523 - Refer to the store doc for the list of locales.
BUG=none
TEST=http://code.google.com/chrome/extensions/i18n.html#locales-supported links to http://code.google.com/chrome/webstore/docs/i18n.html#localeTable
Review URL: http://codereview.chromium.org/6975064
TBR=kathyw@chromium.org
Review URL: http://codereview.chromium.org/7101009
git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@87526 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/extensions/docs/i18n.html | 12 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/i18n.html | 12 |
2 files changed, 8 insertions, 16 deletions
diff --git a/chrome/common/extensions/docs/i18n.html b/chrome/common/extensions/docs/i18n.html index d5c4ec6..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> diff --git a/chrome/common/extensions/docs/static/i18n.html b/chrome/common/extensions/docs/static/i18n.html index c6ca571..0635545 100644 --- a/chrome/common/extensions/docs/static/i18n.html +++ b/chrome/common/extensions/docs/static/i18n.html @@ -293,8 +293,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> @@ -303,12 +303,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> |