add support for brazilian portuguese (#7910)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user