Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: chrome/common/extensions/docs/templates/articles/manifest/default_locale.html

Issue 14273041: Doc server manifest page generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix imports Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698