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

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

Issue 6731052: Minor doc fixes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 8 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 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 631
632 632
633 <h3 id="locales-supported">Supported locales</h3> 633 <h3 id="locales-supported">Supported locales</h3>
634 634
635 <p> 635 <p>
636 Your extension can use any of the following locales: 636 Your extension can use any of the following locales:
637 </p> 637 </p>
638 638
639 <p> 639 <p>
640 <code>am ar bg bn ca cs da de el en en_GB en_US es es_419 et fi fil fr gu he hi hr hu id it ja kn ko lt 640 <code>am ar bg bn ca cs da de el en en_GB en_US es es_419 et fi fil fr gu he hi hr hu id it ja kn ko lt
641 lv ml mr nb nl or pl pt pt_BR pt_PT ro ru sk sl sr sv sw ta te th tr uk vi zh zh_CN zh_TW</code> 641 lv ml mr <!-- nb --> nl or pl pt pt_BR pt_PT ro ru sk sl sr sv sw ta te th tr uk vi zh zh_CN zh_TW</code>
kurrik.chromium 2011/04/01 00:21:05 Any reason to comment instead of just remove? Jus
642 </p> 642 </p>
643 643
644 644
645 <h3 id="locales-usage">How extensions find strings</h3> 645 <h3 id="locales-usage">How extensions find strings</h3>
646 646
647 <p> 647 <p>
648 You don't have to define every string for every locale 648 You don't have to define every string for every locale
649 that your internationalized extension supports. 649 that your internationalized extension supports.
650 As long as the default locale's <code>messages.json</code> file 650 As long as the default locale's <code>messages.json</code> file
651 has a value for every string, 651 has a value for every string,
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
1502 _uff=0; 1502 _uff=0;
1503 urchinTracker(); 1503 urchinTracker();
1504 } 1504 }
1505 catch(e) {/* urchinTracker not available. */} 1505 catch(e) {/* urchinTracker not available. */}
1506 </script> 1506 </script>
1507 <!-- end analytics --> 1507 <!-- end analytics -->
1508 </div> 1508 </div>
1509 </div> <!-- /gc-footer --> 1509 </div> <!-- /gc-footer -->
1510 </div> <!-- /gc-container --> 1510 </div> <!-- /gc-container -->
1511 </body></html> 1511 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/docs.html ('k') | chrome/common/extensions/docs/permission_warnings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698