mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-31 11:09:40 +02:00
More localization (#393)
* Translate sidebar * Do not force 12-hour format worldwide Vue-i18n knows which locales prefer 12-hour format over 24-hour format * Translate new tiles in profile page * Translate new tiles in dashboard
This commit is contained in:
parent
241c156ccd
commit
96919319b1
12 changed files with 75 additions and 47 deletions
|
@ -36,11 +36,11 @@ export default {
|
|||
},
|
||||
users: {
|
||||
value: true,
|
||||
text: this.$t("general.users"),
|
||||
text: this.$t("user.users"),
|
||||
},
|
||||
groups: {
|
||||
value: true,
|
||||
text: this.$t("general.groups"),
|
||||
text: this.$t("group.groups"),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue