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

feat(i18n): add Spanish to supported locales

parent cdc2e2ed
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', 'nn-NO'];
public array $supportedLocales = ['en', 'fr', 'pl', 'de', 'pt-BR', 'nn-NO', 'es'];
/**
* --------------------------------------------------------------------------
......
......@@ -4,4 +4,5 @@
+ de/***
+ pt-BR/***
+ nn-NO/***
+ es/***
- **
......@@ -4,4 +4,5 @@
+ de/***
+ pt-BR/***
+ nn-NO/***
+ es/***
- **
......@@ -4,4 +4,5 @@
+ de/***
+ pt-BR/***
+ nn-NO/***
+ es/***
- **
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