diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2016-05-07 11:49:56 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2016-05-07 11:49:56 -0600 |
| commit | 5f55ce4b82d2e7dd3aa700531e3355b2eddddc98 (patch) | |
| tree | 81f63f39d5da75be6bae4900fdf22446492e20c0 /data | |
| parent | 1ced786cf5113b4c15973ea8ca6efc62fc4a7af6 (diff) | |
add instructions at the top of the locale attributes file
Diffstat (limited to 'data')
| -rw-r--r-- | data/locale/attributes.adoc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/data/locale/attributes.adoc b/data/locale/attributes.adoc index 67488942..12fd202d 100644 --- a/data/locale/attributes.adoc +++ b/data/locale/attributes.adoc @@ -1,5 +1,8 @@ -// Locale attributes for asciidoctor | MIT License -// Please add your language! +// This file provides translations for all built-in attributes in Asciidoctor that output localized content. +// See http://asciidoctor.org/docs/user-manual/#customizing-built-in-labels to learn how to use it. + +// NOTE: Please use a line comment in front of the listing-caption and preface-title entries. +// These attributes are optional and not set by default. ifeval::["{lang}" == "de"] :appendix-caption: Anhang @@ -20,7 +23,7 @@ ifeval::["{lang}" == "de"] :warning-caption: Warnung endif::[] -// Italian translation: Marco Ciampa <ciampix@libero.it> +// Italian translation, courtesy of Marco Ciampa <ciampix@libero.it> ifeval::["{lang}" == "it"] :appendix-caption: Appendice :caution-caption: Attenzione @@ -40,7 +43,7 @@ ifeval::["{lang}" == "it"] :warning-caption: Attenzione endif::[] -// French translation: Nicolas Comet <nicolas.comet@gmail.com> +// French translation, courtesy of Nicolas Comet <nicolas.comet@gmail.com> ifeval::["{lang}" == "fr"] :appendix-caption: Appendice :caution-caption: Avertissement |
