1
0
Fork 0
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:
sephrat 2021-05-07 18:45:58 +02:00 committed by GitHub
parent 241c156ccd
commit 96919319b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 75 additions and 47 deletions

View file

@ -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"),
},
},
};