mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
add support for brazilian portuguese (#7910)
This commit is contained in:
parent
836cee2531
commit
4b6af73a1b
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ let momentLangsMapping = {
|
|||
no: 'nn',
|
||||
zh: 'zh-cn',
|
||||
es_419: 'es', // eslint-disable-line camelcase
|
||||
pt_BR: 'pt-br', // eslint-disable-line camelcase
|
||||
};
|
||||
|
||||
function _loadTranslations (locale) {
|
||||
|
|
@ -102,4 +103,7 @@ export let multipleVersionsLanguages = {
|
|||
zh: {
|
||||
'zh-tw': 'zh_TW',
|
||||
},
|
||||
pt: {
|
||||
'pt-br': 'pt_BR',
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue