| Index: chrome/common/extensions/docs/templates/intros/i18n.html
|
| diff --git a/chrome/common/extensions/docs/templates/intros/i18n.html b/chrome/common/extensions/docs/templates/intros/i18n.html
|
| index 6be494ca28796f23e450be712566e96bd7c963fe..92a90b07bfd15345f7b547e07630ed9ea5d4f051 100644
|
| --- a/chrome/common/extensions/docs/templates/intros/i18n.html
|
| +++ b/chrome/common/extensions/docs/templates/intros/i18n.html
|
| @@ -3,15 +3,6 @@
|
| * Try to be consistent about string vs. message (it's probably not yet).
|
| -->
|
|
|
| -
|
| -<p id="classSummary">
|
| -An <em>internationalized</em> extension or app
|
| -can be easily
|
| -<em>localized</em> —
|
| -adapted to languages and regions
|
| -that it didn't originally support.
|
| -</p>
|
| -
|
| <p>
|
| You need to put all of its user-visible strings into a file
|
| named <a href="i18n-messages.html"><code>messages.json</code></a>.
|
| @@ -567,4 +558,4 @@ function getAcceptLanguages() {
|
| <p>
|
| For details on calling <code>getAcceptLanguages()</code>, see the
|
| $ref:[i18n.getAcceptLanguages API reference].
|
| -</p>
|
| +</p>
|
|
|