* docs(i18n): add internationalization (i18n) guide * docs(cb-i18n): revamped to System.import the translation file
12 lines
321 B
HTML
12 lines
321 B
HTML
<!--#docregion greeting-->
|
|
<h1>Hello i18n!</h1>
|
|
<!--#enddocregion greeting-->
|
|
|
|
<!--#docregion i18n-attribute-->
|
|
<h1 i18n>Hello i18n!</h1>
|
|
<!--#enddocregion i18n-attribute-->
|
|
|
|
<!--#docregion i18n-attribute-desc-->
|
|
<h1 i18n="An introduction header for this sample">Hello i18n!</h1>
|
|
<!--#enddocregion i18n-attribute-desc-->
|