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",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"yourLanguage": "English"
|
||||
"languageName": "English"
|
||||
}
|
||||
|
|
|
@ -64,5 +64,5 @@
|
|||
"destination": "Destino",
|
||||
"username": "Nombre de usuario",
|
||||
"password": "Contraseña",
|
||||
"yourLanguage": "Español"
|
||||
"languageName": "Español"
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@ export default function GenerateLocalesPlugin() {
|
|||
);
|
||||
return {
|
||||
code: locale,
|
||||
name: commonFile.yourLanguage || locale,
|
||||
name: commonFile.languageName || locale,
|
||||
};
|
||||
}
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue