mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-05 15:56:44 +02:00
feat(i18n): add support for German and Brazilian Portuguese languages
rename pt to pt-BR for brazilian portuguese
This commit is contained in:
parent
7b71f7971d
commit
c9b9fe4ee8
38 changed files with 7 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class App extends BaseConfig
|
|||
*
|
||||
* @var string[]
|
||||
*/
|
||||
public array $supportedLocales = ['en', 'fr', 'pl'];
|
||||
public array $supportedLocales = ['en', 'fr', 'pl', 'de', 'pt-BR'];
|
||||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
+ en/***
|
||||
+ fr/***
|
||||
+ pl/***
|
||||
+ de/***
|
||||
+ pt-BR/***
|
||||
- **
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
+ en/***
|
||||
+ fr/***
|
||||
+ pl/***
|
||||
+ de/***
|
||||
+ pt-BR/***
|
||||
- **
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
+ en/***
|
||||
+ fr/***
|
||||
+ pl/***
|
||||
+ de/***
|
||||
+ pt-BR/***
|
||||
- **
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue