feat: add Portuguese (Brazil) translation support version 2.0.6 (#2165)

Portuguese (Brazil) Translation Support for Documenso
This commit is contained in:
Dailson Allves
2025-11-20 00:14:47 -03:00
committed by GitHub
parent f5d63fb76c
commit fbc156722a
2 changed files with 10971 additions and 0 deletions

View File

@ -7,6 +7,7 @@ export const SUPPORTED_LANGUAGE_CODES = [
'es',
'it',
'pl',
'pt-BR',
'ja',
'ko',
'zh',
@ -64,6 +65,10 @@ export const SUPPORTED_LANGUAGES: Record<string, SupportedLanguage> = {
short: 'pl',
full: 'Polish',
},
'pt-BR': {
short: 'pt-BR',
full: 'Portuguese (Brazil)',
},
ja: {
short: 'ja',
full: 'Japanese',

File diff suppressed because it is too large Load Diff