From 714faf3909dc42384f71bd9e5c5dc2a92e1adf47 Mon Sep 17 00:00:00 2001 From: Stephan Daus Date: Mon, 18 Sep 2023 12:42:09 +0200 Subject: [PATCH 1/3] Duplicated translations file nb.yaml from no.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Norwegian consists of two official languages Nynorsk (nn.yaml) and Bokmål (nb.yaml). The current file no.yaml refers to the macrolanguage and an informal understanding of Bokmål as reflecting the macrolanguage. However, some downstream pakcages (Quarto) requires nb.yaml to exist. See also 3.1.10. at https://www.rfc-editor.org/rfc/rfc5646.html or look up Norwegian at https://r12a.github.io/app-subtags/ --- data/translations/nb.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/translations/nb.yaml diff --git a/data/translations/nb.yaml b/data/translations/nb.yaml new file mode 100644 index 000000000000..bc715a020baa --- /dev/null +++ b/data/translations/nb.yaml @@ -0,0 +1,21 @@ +Abstract: Sammendrag +Appendix: Tillegg +Bibliography: Bibliografi +Cc: Kopi sendt +Chapter: Kapittel +Contents: Innhold +Encl: Vedlegg +Figure: Figur +Glossary: Ordliste +Index: Register +ListOfFigures: Figurer +ListOfTables: Tabeller +Page: Side +Part: Del +Preface: Forord +Proof: Bevis +References: Referanser +See: Se +SeeAlso: Se også +Table: Tabell +To: Til From 668be48ee64fa92df1ddf683613ecd8a3d118f45 Mon Sep 17 00:00:00 2001 From: Stephan Daus Date: Fri, 22 Sep 2023 12:38:02 +0200 Subject: [PATCH 2/3] added translations/nb.yaml --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dbcbea11a2c6..a13b77174af1 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ .*sw? .DS_Store .stack-work +.Rproj.user From 7a93a586bba34dcf0b0746a3fe6c689052113bd8 Mon Sep 17 00:00:00 2001 From: Stephan Daus Date: Sat, 23 Sep 2023 14:23:00 +0200 Subject: [PATCH 3/3] Reversed .gitignore, added symlink no.yaml pointing to nb.yaml --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index a13b77174af1..dbcbea11a2c6 100644 --- a/.gitignore +++ b/.gitignore @@ -68,4 +68,3 @@ .*sw? .DS_Store .stack-work -.Rproj.user