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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/i18n.html

Issue 10750017: Extensions Docs Server: Intro data source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 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 | Annotate | Revision Log
OLDNEW
1 <!-- 1 <!--
2 [NOTEs for editors: 2 [NOTEs for editors:
3 * Try to be consistent about string vs. message (it's probably not yet). 3 * Try to be consistent about string vs. message (it's probably not yet).
4 --> 4 -->
5 <!-- BEGIN AUTHORED CONTENT --> 5 <!-- BEGIN AUTHORED CONTENT -->
6 <p id="classSummary"> 6 <p id="classSummary">
7 An <em>internationalized</em> extension 7 An <em>internationalized</em> extension
8 can be easily 8 can be easily
9 <em>localized</em> &mdash; 9 <em>localized</em> &mdash;
10 adapted to languages and regions 10 adapted to languages and regions
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 var languages = languageList.join(","); 474 var languages = languageList.join(",");
475 document.getElementById("languageSpan").innerHTML = languages; 475 document.getElementById("languageSpan").innerHTML = languages;
476 }) 476 })
477 } 477 }
478 </pre> 478 </pre>
479 <p> 479 <p>
480 For details on calling <code>getAcceptLanguages()</code>, see the 480 For details on calling <code>getAcceptLanguages()</code>, see the
481 <a href="#method-getAcceptLanguages">API reference</a>. 481 <a href="#method-getAcceptLanguages">API reference</a>.
482 </p> 482 </p>
483 <!-- END AUTHORED CONTENT --> 483 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698