From 4b2a09c96f9b16263015f997fdbf0873dd8ac069 Mon Sep 17 00:00:00 2001 From: Kenneth Iversen Date: Mon, 1 May 2023 10:59:10 +0200 Subject: [PATCH] feat(locales): norwegian locales (#313) Co-authored-by: actstorm --- locales/no.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 locales/no.json diff --git a/locales/no.json b/locales/no.json new file mode 100644 index 0000000..f6299e5 --- /dev/null +++ b/locales/no.json @@ -0,0 +1,9 @@ +{ + "language": "Norsk", + "ui": { + "cancel": "Avbryt", + "close": "Lukk", + "confirm": "Bekreft", + "more": "Mer..." + } + } \ No newline at end of file