mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-05 20:41:43 -07:00
feat: i18n - yourLanguage - languageName
This commit is contained in:
parent
f5e257e9c8
commit
beec9d7d78
3 changed files with 3 additions and 3 deletions
|
@ -64,5 +64,5 @@
|
||||||
"destination": "Destination",
|
"destination": "Destination",
|
||||||
"username": "Username",
|
"username": "Username",
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
"yourLanguage": "English"
|
"languageName": "English"
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,5 +64,5 @@
|
||||||
"destination": "Destino",
|
"destination": "Destino",
|
||||||
"username": "Nombre de usuario",
|
"username": "Nombre de usuario",
|
||||||
"password": "Contraseña",
|
"password": "Contraseña",
|
||||||
"yourLanguage": "Español"
|
"languageName": "Español"
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@ export default function GenerateLocalesPlugin() {
|
||||||
);
|
);
|
||||||
return {
|
return {
|
||||||
code: locale,
|
code: locale,
|
||||||
name: commonFile.yourLanguage || locale,
|
name: commonFile.languageName || locale,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue