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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <h1 id="default_locale">Manifest - Default Locale</h1>
2
3 <p>
4 Specifies the subdirectory of <code>_locales</code>
5 that contains the default strings for this extension.
6 This field is <b>required</b> in extensions
7 that have a <code>_locales</code> directory;
8 it <b>must be absent</b> in extensions
9 that have no <code>_locales</code> directory.
10 For details, see
11 <a href="http://developer.chrome.com/extensions/i18n.html">Internationalization< /a>.
12 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698