refactor: add "pt-BR" option

This commit is contained in:
Gabriellopes232
2023-01-06 11:40:51 -03:00
parent 3e102fee3d
commit e6c631586a

View File

@ -160,7 +160,7 @@ export default function Login() {
<ListBox
selected={lang}
onChange={setLanguage}
data={["en", "ko"]}
data={["en", "ko", "pt-BR"]}
isFull
text={`${t("common:language")}: `}
/>