From fed7195e8cd810def172b773811b9ef4e5be9f6f Mon Sep 17 00:00:00 2001 From: dstallauer <51474950+daniel1901@users.noreply.github.com> Date: Mon, 22 Nov 2021 09:58:15 +0100 Subject: [PATCH 1/2] Added few more locales --- config/locales.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/locales.json b/config/locales.json index 7fa93a5..a3dc395 100644 --- a/config/locales.json +++ b/config/locales.json @@ -103,5 +103,17 @@ "$": "dollar", "<": "mindre end", ">": "større end" + }, + "nb": { + "locale": "Norwegian", + "&": "og" + }, + "it": { + "locale": "Italian", + "&": "e" + }, + "nl": { + "locale": "Dutch", + "&": "en" } } From 0e36cce231af90414f3d90cb3f9b386e9e3fa337 Mon Sep 17 00:00:00 2001 From: dstallauer <51474950+daniel1901@users.noreply.github.com> Date: Mon, 22 Nov 2021 10:01:25 +0100 Subject: [PATCH 2/2] Sv added --- config/locales.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/locales.json b/config/locales.json index a3dc395..275e27a 100644 --- a/config/locales.json +++ b/config/locales.json @@ -115,5 +115,9 @@ "nl": { "locale": "Dutch", "&": "en" + }, + "sv": { + "locale": "Swedish", + "&": "och" } }