mirror of
https://github.com/documenso/documenso.git
synced 2025-11-21 20:21:38 +10:00
feat: add Portuguese (Brazil) translation support version 2.0.6 (#2165)
Portuguese (Brazil) Translation Support for Documenso
This commit is contained in:
@ -7,6 +7,7 @@ export const SUPPORTED_LANGUAGE_CODES = [
|
|||||||
'es',
|
'es',
|
||||||
'it',
|
'it',
|
||||||
'pl',
|
'pl',
|
||||||
|
'pt-BR',
|
||||||
'ja',
|
'ja',
|
||||||
'ko',
|
'ko',
|
||||||
'zh',
|
'zh',
|
||||||
@ -64,6 +65,10 @@ export const SUPPORTED_LANGUAGES: Record<string, SupportedLanguage> = {
|
|||||||
short: 'pl',
|
short: 'pl',
|
||||||
full: 'Polish',
|
full: 'Polish',
|
||||||
},
|
},
|
||||||
|
'pt-BR': {
|
||||||
|
short: 'pt-BR',
|
||||||
|
full: 'Portuguese (Brazil)',
|
||||||
|
},
|
||||||
ja: {
|
ja: {
|
||||||
short: 'ja',
|
short: 'ja',
|
||||||
full: 'Japanese',
|
full: 'Japanese',
|
||||||
|
|||||||
10966
packages/lib/translations/pt-BR/web.po
Normal file
10966
packages/lib/translations/pt-BR/web.po
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user