diff options
| author | Karl Ove Hufthammer <karl@huftis.org> | 2017-04-24 02:33:02 +0200 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2017-04-23 18:33:02 -0600 |
| commit | e70aa4ed16073ae7ae89f6f246b829150afaf77e (patch) | |
| tree | 6f63489ef035b334a918e43b6b9e6bf54e5b8b27 /data | |
| parent | 77cf83373dbb325897c2bd917b99e61404495a25 (diff) | |
Added Norwegian Nynorsk translation and updated Norwegian Bokmål translation (PR #2142)
This adds support for Norwegian Nynorsk (language code: nn).
It also updates the Norwegian Bokmål translation, by adding a
few missing translations (chapter-label, listing-caption, preface-title)
and improving a few of the existing ones by making them more
idiomatic and consistent with other software (notable the babel
package in LaTeX).
Note that the language code for Norwegian Bokmål has been
corrected from ‘no’ to ‘nb’. There are only two written Norwegian
languages, Norwegian Bokmål (language code: nb) and
Norwegian Nynorsk (language code: nn). The older ‘no’ language
code should not be used for either of the written Norwegian
languages, only for spoken Norwegian.
Diffstat (limited to 'data')
| -rw-r--r-- | data/locale/attributes.adoc | 36 |
1 files changed, 29 insertions, 7 deletions
diff --git a/data/locale/attributes.adoc b/data/locale/attributes.adoc index 0c96e42b..029df599 100644 --- a/data/locale/attributes.adoc +++ b/data/locale/attributes.adoc @@ -309,26 +309,48 @@ ifeval::["{lang}" == "nl"] :warning-caption: Waarschuwing endif::[] // -// Norwegian, courtesy of Aslak Knutsen <aslak@4fs.no> -ifeval::["{lang}" == "no"] +// Norwegian Bokmål, courtesy of Aslak Knutsen <aslak@4fs.no>, with updates from Karl Ove Hufthammer <karl@huftis.org> +ifeval::["{lang}" == "nb"] :appendix-caption: Vedlegg -:caution-caption: Forsiktig +:caution-caption: OBS +:chapter-label: Kapittel :example-caption: Eksempel :figure-caption: Figur :important-caption: Viktig :last-update-label: Sist oppdatert -//:listing-caption: +//:listing-caption: Programkode :manname-title: NAVN -:note-caption: Notat -//:preface-title: +:note-caption: Merk +//:preface-title: Forord :table-caption: Tabell :tip-caption: Tips -:toc-title: Innholdsfortegnelse +:toc-title: Innhold :untitled-label: Navnløs :version-label: Versjon :warning-caption: Advarsel endif::[] // +// Norwegian Nynorsk, courtesy of Karl Ove Hufthammer <karl@huftis.org> +ifeval::["{lang}" == "nn"] +:appendix-caption: Vedlegg +:caution-caption: OBS +:chapter-label: Kapittel +:example-caption: Eksempel +:figure-caption: Figur +:important-caption: Viktig +:last-update-label: Sist oppdatert +//:listing-caption: Programkode +:manname-title: NAMN +:note-caption: Merk +//:preface-title: Forord +:table-caption: Tabell +:tip-caption: Tips +:toc-title: Innhald +:untitled-label: Namnlaus +:version-label: Versjon +:warning-caption: Åtvaring +endif::[] +// // Polish translation, courtesy of Łukasz Dziedziul <l.dziedziul@gmail.com> ifeval::["{lang}" == "pl"] :appendix-caption: Dodatek |
