feat(i18n): add Norwegian Nynorsk to supported locales

This commit is contained in:
Yassine Doghri 2022-04-14 15:04:09 +00:00
parent 1cbc7de623
commit ced61fc236
4 changed files with 4 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class App extends BaseConfig
* *
* @var string[] * @var string[]
*/ */
public array $supportedLocales = ['en', 'fr', 'pl', 'de', 'pt-BR']; public array $supportedLocales = ['en', 'fr', 'pl', 'de', 'pt-BR', 'nn-NO'];
/** /**
* -------------------------------------------------------------------------- * --------------------------------------------------------------------------

View File

@ -3,4 +3,5 @@
+ pl/*** + pl/***
+ de/*** + de/***
+ pt-BR/*** + pt-BR/***
+ nn-NO/***
- ** - **

View File

@ -3,4 +3,5 @@
+ pl/*** + pl/***
+ de/*** + de/***
+ pt-BR/*** + pt-BR/***
+ nn-NO/***
- ** - **

View File

@ -3,4 +3,5 @@
+ pl/*** + pl/***
+ de/*** + de/***
+ pt-BR/*** + pt-BR/***
+ nn-NO/***
- ** - **