Add language portugese br (#4550)

### What problem does this PR solve?

Add language Portugese from Brazil

### Type of change

- [X] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Henrique
2025-01-21 00:22:29 -03:00
committed by GitHub
parent fc35821f81
commit 5632613eb5
18 changed files with 1663 additions and 144 deletions

View File

@ -47,6 +47,7 @@ export const LanguageList = [
'Spanish',
'Vietnamese',
'Japanese',
'Portuguese BR',
];
export const LanguageMap = {
@ -57,6 +58,7 @@ export const LanguageMap = {
Spanish: 'Español',
Vietnamese: 'Tiếng việt',
Japanese: '日本語',
'Portuguese BR': 'Português BR',
};
export const LanguageTranslationMap = {
@ -67,6 +69,7 @@ export const LanguageTranslationMap = {
Spanish: 'es',
Vietnamese: 'vi',
Japanese: 'ja',
'Portuguese BR': 'pt-br',
};
export enum FileMimeType {