Show region for pt-BR

This commit is contained in:
Lim Chee Aun 2024-08-31 18:31:41 +08:00
parent b013b436c1
commit ffab068cb2

View file

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