From ced61fc2364f954c1f6e0208b572faf5741498a8 Mon Sep 17 00:00:00 2001
From: Yassine Doghri <yassine@doghri.fr>
Date: Thu, 14 Apr 2022 15:04:09 +0000
Subject: [PATCH] feat(i18n): add Norwegian Nynorsk to supported locales

---
 app/Config/App.php                     | 2 +-
 app/Language/.rsync-filter             | 1 +
 modules/Admin/Language/.rsync-filter   | 1 +
 modules/Install/Language/.rsync-filter | 1 +
 4 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app/Config/App.php b/app/Config/App.php
index ba39cd3490..502874705a 100644
--- a/app/Config/App.php
+++ b/app/Config/App.php
@@ -101,7 +101,7 @@ class App extends BaseConfig
      *
      * @var string[]
      */
-    public array $supportedLocales = ['en', 'fr', 'pl', 'de', 'pt-BR'];
+    public array $supportedLocales = ['en', 'fr', 'pl', 'de', 'pt-BR', 'nn-NO'];
 
     /**
      * --------------------------------------------------------------------------
diff --git a/app/Language/.rsync-filter b/app/Language/.rsync-filter
index e3c3176383..ca80f27096 100644
--- a/app/Language/.rsync-filter
+++ b/app/Language/.rsync-filter
@@ -3,4 +3,5 @@
 + pl/***
 + de/***
 + pt-BR/***
++ nn-NO/***
 - **
diff --git a/modules/Admin/Language/.rsync-filter b/modules/Admin/Language/.rsync-filter
index e3c3176383..ca80f27096 100644
--- a/modules/Admin/Language/.rsync-filter
+++ b/modules/Admin/Language/.rsync-filter
@@ -3,4 +3,5 @@
 + pl/***
 + de/***
 + pt-BR/***
++ nn-NO/***
 - **
diff --git a/modules/Install/Language/.rsync-filter b/modules/Install/Language/.rsync-filter
index e3c3176383..ca80f27096 100644
--- a/modules/Install/Language/.rsync-filter
+++ b/modules/Install/Language/.rsync-filter
@@ -3,4 +3,5 @@
 + pl/***
 + de/***
 + pt-BR/***
++ nn-NO/***
 - **
-- 
GitLab