| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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> |
| OLD | NEW |