diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-11-25 14:26:37 -0700 |
|---|---|---|
| committer | Sarah White <graphitefriction@gmail.com> | 2020-12-08 14:32:53 -0700 |
| commit | 4d22dd41573291c1ab0a4a9bcb2602f3720ba62f (patch) | |
| tree | 84573da6ed0ef8a233bd9a632d34e3a469860b7d /docs/modules | |
| parent | e6dd4eb33e546ae6265c715ca54267874638da57 (diff) | |
rename Language Support to Localization Support and revise intro
Diffstat (limited to 'docs/modules')
| -rw-r--r-- | docs/modules/ROOT/nav-lang.adoc | 2 | ||||
| -rw-r--r-- | docs/modules/ROOT/pages/localization-support.adoc (renamed from docs/modules/ROOT/pages/language-support.adoc) | 6 | ||||
| -rw-r--r-- | docs/modules/migrate/pages/asciidoc-python.adoc | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/docs/modules/ROOT/nav-lang.adoc b/docs/modules/ROOT/nav-lang.adoc index 278dbd67..66a55323 100644 --- a/docs/modules/ROOT/nav-lang.adoc +++ b/docs/modules/ROOT/nav-lang.adoc @@ -1 +1 @@ -* xref:language-support.adoc[] +* xref:localization-support.adoc[] diff --git a/docs/modules/ROOT/pages/language-support.adoc b/docs/modules/ROOT/pages/localization-support.adoc index 362411d0..2e1bb934 100644 --- a/docs/modules/ROOT/pages/language-support.adoc +++ b/docs/modules/ROOT/pages/localization-support.adoc @@ -1,13 +1,15 @@ -= Language Support += Localization Support :url-docbook-i8n: http://www.sagehill.net/docbookxsl/Localizations.html :url-lang-attributes: {url-org}/asciidoctor/blob/master/data/locale/attributes.adoc // um anchor: language-support -The built-in labels, messages, and syntax keywords in Asciidoctor are English by default. However, Asciidoctor is not restricted to working with English-only content. Asciidoctor can process the full range of the UTF-8 character set. That means you can write your document in any language, save the file with UTF-8 encoding, and expect Asciidoctor to convert the text properly. + Furthermore, you can customize the built-in labels (e.g., "`Appendix`") to match the language in which you are writing. +The built-in labels that are used in the output generated by Asciidoctor are English by default. +These labels can be modified by changing the value of the corresponding attributes. There are some caveats to know about: diff --git a/docs/modules/migrate/pages/asciidoc-python.adoc b/docs/modules/migrate/pages/asciidoc-python.adoc index 56d4b608..f9424cdf 100644 --- a/docs/modules/migrate/pages/asciidoc-python.adoc +++ b/docs/modules/migrate/pages/asciidoc-python.adoc @@ -264,7 +264,7 @@ Instead, Asciidoctor provides an xref:extensions:register.adoc[extension API] th AsciiDoc.py had built-in [.path]_.conf_ files that translated built-in labels. In Asciidoctor, you must define the translations for these labels explicitly. -See xref:ROOT:language-support.adoc[language support] for details. +See xref:ROOT:localization-support.adoc[language support] for details. [#migrate-extensions] == AsciiDoc.py extensions |
