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

Unified Diff: chrome/common/extensions/docs/templates/intros/i18n.html

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments - Patch currently being broken up Created 7 years, 6 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/intros/i18n.html
diff --git a/chrome/common/extensions/docs/templates/intros/i18n.html b/chrome/common/extensions/docs/templates/intros/i18n.html
index 6be494ca28796f23e450be712566e96bd7c963fe..92a90b07bfd15345f7b547e07630ed9ea5d4f051 100644
--- a/chrome/common/extensions/docs/templates/intros/i18n.html
+++ b/chrome/common/extensions/docs/templates/intros/i18n.html
@@ -3,15 +3,6 @@
* Try to be consistent about string vs. message (it's probably not yet).
-->
-
-<p id="classSummary">
-An <em>internationalized</em> extension or app
-can be easily
-<em>localized</em> &mdash;
-adapted to languages and regions
-that it didn't originally support.
-</p>
-
<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>.
@@ -567,4 +558,4 @@ function getAcceptLanguages() {
<p>
For details on calling <code>getAcceptLanguages()</code>, see the
$ref:[i18n.getAcceptLanguages API reference].
-</p>
+</p>
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/history.html ('k') | chrome/common/extensions/docs/templates/intros/idle.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698