tangled
alpha
login
or
join now
alice.mosphere.at
/
phanpy
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Show region for pt-BR
Lim Chee Aun
2 years ago
ffab068c
b013b436
+1
1 changed file
expand all
collapse all
unified
split
src
components
lang-selector.jsx
+1
src/components/lang-selector.jsx
reviewed
···
9
9
const regionMaps = {
10
10
'zh-CN': 'zh-Hans',
11
11
'zh-TW': 'zh-Hant',
12
12
+
'pt-BR': 'pt-BR',
12
13
};
13
14
14
15
export default function LangSelector() {