mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-07 13:31:43 -07:00
chore: move localesList to generated folder
This commit is contained in:
parent
5b1ad30e98
commit
d826cda2a0
4 changed files with 13 additions and 2 deletions
|
@ -9,7 +9,7 @@ import {
|
|||
import ExpandMoreIcon from "@material-ui/icons/ExpandMore";
|
||||
|
||||
import { useTranslation } from "react-i18next";
|
||||
import localesList from "utils/localesList.json";
|
||||
import localesList from "generated/localesList.json";
|
||||
|
||||
function Settings() {
|
||||
const { t, i18n } = useTranslation();
|
||||
|
|
10
frontend/src/generated/localesList.json
Normal file
10
frontend/src/generated/localesList.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"code": "en",
|
||||
"name": "English"
|
||||
},
|
||||
{
|
||||
"code": "es-ES",
|
||||
"name": "Español"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue