mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-08 17:16:25 +01:00
Show region for pt-BR
This commit is contained in:
parent
b013b436c1
commit
ffab068cb2
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ import store from '../utils/store';
|
||||||
const regionMaps = {
|
const regionMaps = {
|
||||||
'zh-CN': 'zh-Hans',
|
'zh-CN': 'zh-Hans',
|
||||||
'zh-TW': 'zh-Hant',
|
'zh-TW': 'zh-Hant',
|
||||||
|
'pt-BR': 'pt-BR',
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function LangSelector() {
|
export default function LangSelector() {
|
||||||
|
|
Loading…
Reference in a new issue