this repo has no description

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() {