feat(lang): add support for Italian, Portuguese (Brazil) and Serbian
This commit is contained in:
@@ -8,7 +8,10 @@ export type AvailableLocales =
|
||||
| 'de'
|
||||
| 'ru'
|
||||
| 'nl'
|
||||
| 'es';
|
||||
| 'es'
|
||||
| 'it'
|
||||
| 'pt-BR'
|
||||
| 'sr';
|
||||
|
||||
interface LanguageContextProps {
|
||||
locale: AvailableLocales;
|
||||
|
||||
Reference in New Issue
Block a user