mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-25 14:05:03 +00:00
refactor: add "pt-BR" option
This commit is contained in:
@ -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")}: `}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user