| Index: chrome/common/extensions/docs/templates/articles/manifest_default_locale.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/manifest_default_locale.html b/chrome/common/extensions/docs/templates/articles/manifest_default_locale.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7a3e0a0776baf569faa9821238b671f3436303cf
|
| --- /dev/null
|
| +++ b/chrome/common/extensions/docs/templates/articles/manifest_default_locale.html
|
| @@ -0,0 +1,12 @@
|
| +<h1 id="default_locale">default_locale</h1>
|
| +
|
| +<p>
|
| +Specifies the subdirectory of <code>_locales</code>
|
| +that contains the default strings for this extension.
|
| +This field is <b>required</b> in extensions
|
| +that have a <code>_locales</code> directory;
|
| +it <b>must be absent</b> in extensions
|
| +that have no <code>_locales</code> directory.
|
| +For details, see
|
| +<a href="http://developer.chrome.com/extensions/i18n.html">Internationalization</a>.
|
| +</p>
|
|
|