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

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

Issue 1392002: Update i18n pages to include predefined messages (e.g. @@bidi_dir).... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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
« no previous file with comments | « chrome/common/extensions/docs/i18n.html ('k') | chrome/common/extensions/docs/static/i18n.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 The name is a case-insensitive key 372 The name is a case-insensitive key
373 that lets you retrieve the localized message text. 373 that lets you retrieve the localized message text.
374 The name can include the following characters: 374 The name can include the following characters:
375 </p> 375 </p>
376 376
377 <ul> 377 <ul>
378 <li> A-Z </li> 378 <li> A-Z </li>
379 <li> a-z </li> 379 <li> a-z </li>
380 <li> 0-9 </li> 380 <li> 0-9 </li>
381 <li> _ (underscore) </li> 381 <li> _ (underscore) </li>
382 <li> @ </li>
382 </ul> 383 </ul>
383 384
385 <p class="note">
386 <b>Note:</b>
387 Don't define names that begin with "@@".
388 Those names are reserved for
389 <a href="i18n.html#overview-predefined">predefined messages</a>.
390 </p>
391
384 <p> 392 <p>
385 Here are three examples of names, 393 Here are three examples of names,
386 taken from the <a href="#example">Example</a> section: 394 taken from the <a href="#example">Example</a> section:
387 </p> 395 </p>
388 396
389 <pre>"prompt_for_name": { 397 <pre>"prompt_for_name": {
390 ... 398 ...
391 }, 399 },
392 "hello": { 400 "hello": {
393 ... 401 ...
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 _uff=0; 776 _uff=0;
769 urchinTracker(); 777 urchinTracker();
770 } 778 }
771 catch(e) {/* urchinTracker not available. */} 779 catch(e) {/* urchinTracker not available. */}
772 </script> 780 </script>
773 <!-- end analytics --> 781 <!-- end analytics -->
774 </div> 782 </div>
775 </div> <!-- /gc-footer --> 783 </div> <!-- /gc-footer -->
776 </div> <!-- /gc-container --> 784 </div> <!-- /gc-container -->
777 </body></html> 785 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/i18n.html ('k') | chrome/common/extensions/docs/static/i18n.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698