Commit 744340df authored by Yassine Doghri's avatar Yassine Doghri
Browse files

feat(i18n): add Norwegian Nynorsk to supported locales

parent 9d655819
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'];

    /**
     * --------------------------------------------------------------------------
+1 −0
Original line number Diff line number Diff line
@@ -3,4 +3,5 @@
+ pl/***
+ de/***
+ pt-BR/***
+ nn-NO/***
- **
+1 −0
Original line number Diff line number Diff line
@@ -3,4 +3,5 @@
+ pl/***
+ de/***
+ pt-BR/***
+ nn-NO/***
- **
+1 −0
Original line number Diff line number Diff line
@@ -3,4 +3,5 @@
+ pl/***
+ de/***
+ pt-BR/***
+ nn-NO/***
- **