mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
feat(i18n): add Spanish to supported locales
This commit is contained in:
parent
cdc2e2edfb
commit
e340b54a84
4 changed files with 4 additions and 1 deletions
|
|
@ -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'];
|
||||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue