this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Show region for pt-BR

+1
+1
src/components/lang-selector.jsx
··· 9 9 const regionMaps = { 10 10 'zh-CN': 'zh-Hans', 11 11 'zh-TW': 'zh-Hant', 12 + 'pt-BR': 'pt-BR', 12 13 }; 13 14 14 15 export default function LangSelector() {