mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-30 04:53:31 +03: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 = {
|
||||
'zh-CN': 'zh-Hans',
|
||||
'zh-TW': 'zh-Hant',
|
||||
'pt-BR': 'pt-BR',
|
||||
};
|
||||
|
||||
export default function LangSelector() {
|
||||
|
|
Loading…
Add table
Reference in a new issue