1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +02:00

Enable localization based on browser settings, add language selector (#925)

* Enable localization based on browser settings, add language selector

* Add dialog for language selection
This commit is contained in:
Philipp Fischbeck 2022-03-19 22:27:40 +01:00 committed by GitHub
parent 8f569509bf
commit 022cbd1616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 225 additions and 5 deletions

View file

@ -415,7 +415,8 @@
"search": "Search",
"site-settings": "Site Settings",
"tags": "Tags",
"toolbox": "Toolbox"
"toolbox": "Toolbox",
"language": "Language"
},
"signup": {
"error-signing-up": "Error Signing Up",
@ -494,5 +495,11 @@
"webhooks-enabled": "Webhooks Enabled",
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
},
"language-dialog": {
"choose-language": "Choose language",
"select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.",
"how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!",
"read-the-docs": "Read the docs"
}
}
}