From de1286c7fcde1fb69b751777462e60f8c26dfc4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 30 Oct 2023 23:42:30 +0100 Subject: [PATCH] =?UTF-8?q?i18n:=20Add=20language=20strings=20for=20Norweg?= =?UTF-8?q?ian=20bokm=C3=A5l=20and=20Norwegian=20nynorsk=20(#172)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The two main written languages in Norway. --- i18n/nb.yaml | 10 ++++++++++ i18n/nn.yaml | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 i18n/nb.yaml create mode 100644 i18n/nn.yaml diff --git a/i18n/nb.yaml b/i18n/nb.yaml new file mode 100644 index 0000000..57c2f4e --- /dev/null +++ b/i18n/nb.yaml @@ -0,0 +1,10 @@ +backToTop: "Gå til toppen" +changeLanguage: "Endre språk" +changeTheme: "Endre tema" +copyright: "© 2023 Hextra-prosjektet." +editThisPage: "Rediger denne siden på GitHub →" +lastUpdated: "Sist oppdatert" +noResultsFound: "Fant ingen treff." +onThisPage: "På denne siden" +readMore: "Les mer →" +searchPlaceholder: "Søk..." diff --git a/i18n/nn.yaml b/i18n/nn.yaml new file mode 100644 index 0000000..6ae7174 --- /dev/null +++ b/i18n/nn.yaml @@ -0,0 +1,10 @@ +backToTop: "Gå til toppen" +changeLanguage: "Endre språk" +changeTheme: "Endre tema" +copyright: "© 2023 Hextra-prosjektet." +editThisPage: "Rediger denne sida på GitHub →" +lastUpdated: "Sist oppdatert" +noResultsFound: "Fann ingen treff." +onThisPage: "På denne sida" +readMore: "Les meir →" +searchPlaceholder: "Søk..."