Skip to content
Snippets Groups Projects
Commit ced61fc2 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

feat(i18n): add Norwegian Nynorsk to supported locales

parent 1cbc7de6
No related branches found
No related tags found
No related merge requests found
......@@ -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'];
/**
* --------------------------------------------------------------------------
......
......@@ -3,4 +3,5 @@
+ pl/***
+ de/***
+ pt-BR/***
+ nn-NO/***
- **
......@@ -3,4 +3,5 @@
+ pl/***
+ de/***
+ pt-BR/***
+ nn-NO/***
- **
......@@ -3,4 +3,5 @@
+ pl/***
+ de/***
+ pt-BR/***
+ nn-NO/***
- **
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment