mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-16 10:03:12 -07:00
feat: i18n persistence on logout
This commit is contained in:
parent
80f1ab4185
commit
d19bf07382
3 changed files with 12 additions and 6 deletions
|
@ -32,7 +32,7 @@ function SettingsComponent() {
|
|||
<Grid item>
|
||||
<Select native value={i18n.language} onChange={handleChange()}>
|
||||
<option value={"en"}>English</option>
|
||||
<option value={"es-ES"}>Spanish</option>
|
||||
<option value={"es-ES"}>Español</option>
|
||||
</Select>
|
||||
</Grid>
|
||||
</AccordionDetails>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue