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

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

rename pt to pt-BR for brazilian portuguese
parent a74ad1b1
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 1 deletion
...@@ -101,7 +101,7 @@ class App extends BaseConfig ...@@ -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'];
/** /**
* -------------------------------------------------------------------------- * --------------------------------------------------------------------------
......
+ en/*** + en/***
+ fr/*** + fr/***
+ pl/*** + pl/***
+ de/***
+ pt-BR/***
- ** - **
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
+ en/*** + en/***
+ fr/*** + fr/***
+ pl/*** + pl/***
+ de/***
+ pt-BR/***
- ** - **
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