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..ebf0cebd95f33bc42131cd6e5a4fd261c194af4e |
--- /dev/null |
+++ b/chrome/common/extensions/docs/templates/articles/manifest/default_locale.html |
@@ -0,0 +1,12 @@ |
+<h1 id="default_locale">Manifest - 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> |