| 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 97a49f45a34949d25a24097eff3c0549697e1963..c720fa246d0a11d9629884aaa3481cd0af047b8c 100644
|
| --- a/chrome/common/extensions/docs/templates/intros/i18n.html
|
| +++ b/chrome/common/extensions/docs/templates/intros/i18n.html
|
| @@ -5,7 +5,7 @@
|
|
|
| <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>.
|
| +named <a href="i18n-messages"><code>messages.json</code></a>.
|
| Each time you add a new locale,
|
| you add a messages file
|
| under a directory
|
| @@ -60,7 +60,7 @@ Here's what the extension looks like when it's internationalized
|
| <p class="note">
|
| <b>Important:</b>
|
| If an extension has a <code>_locales</code> directory,
|
| -the <a href="manifest.html">manifest</a>
|
| +the <a href="manifest">manifest</a>
|
| <b>must</b> define "default_locale".
|
| </p>
|
|
|
| @@ -129,7 +129,7 @@ Some notes about internationalizing:
|
|
|
| <p>
|
| For more information, see
|
| -<a href="i18n-messages.html">Formats: Locale-Specific Messages</a>.
|
| +<a href="i18n-messages">Formats: Locale-Specific Messages</a>.
|
| </p>
|
| </li>
|
| </ul>
|
| @@ -487,7 +487,7 @@ directory.
|
| For a complete example, see
|
| <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/extensions/news/">examples/extensions/news</a>.
|
| For other examples and for help in viewing the source code, see
|
| -<a href="samples.html">Samples</a>.
|
| +<a href="samples">Samples</a>.
|
| </p>
|
|
|
|
|
| @@ -535,7 +535,7 @@ status.innerText = chrome.i18n.getMessage("error", errorDetails);
|
|
|
| <p>
|
| For more information about placeholders, see the
|
| -<a href="i18n-messages.html">Locale-Specific Messages</a> page.
|
| +<a href="i18n-messages">Locale-Specific Messages</a> page.
|
| For details on calling <code>getMessage()</code>, see the
|
| $(ref:i18n.getMessage API reference).
|
| </p>
|
|
|