feat(i18n): add support for German and Brazilian Portuguese languages

rename pt to pt-BR for brazilian portuguese
This commit is contained in:
Yassine Doghri 2022-04-05 16:23:47 +00:00
parent a74ad1b18a
commit 19da003fd3
38 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,4 +1,6 @@
+ en/*** + en/***
+ fr/*** + fr/***
+ pl/*** + pl/***
+ de/***
+ pt-BR/***
- ** - **

View File

@ -1,4 +1,6 @@
+ en/*** + en/***
+ fr/*** + fr/***
+ pl/*** + pl/***
+ de/***
+ pt-BR/***
- ** - **

View File

@ -1,4 +1,6 @@
+ en/*** + en/***
+ fr/*** + fr/***
+ pl/*** + pl/***
+ de/***
+ pt-BR/***
- ** - **