You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I change the portions (e.g. from 1 to 2), the unit isn't anymore in my language (german).
The singular is fine but when using the plural it gets messed up.
Steps to Reproduce
Check http://MEALIE_URL:PORT/group/data/units for the units.
We don't do any translations with food/units/labels. You have to add those yourself. Our seed data only has the singular version so you'll have to add plurals yourself (although in nightly we added support for plurals)
But still curious why it initially mixes german end english and where the information came from.
EDIT: Looks to me like I have some translation issues. In the timeline it says "Recipe Created", so also in english and not in german. But the german translation exists!
Have I done something terrible wrong when installing? Haven't read anything about it.
I just noted the TZ environment variable in the docker compose.
First Check
What is the issue you are experiencing?
When I change the portions (e.g. from 1 to 2), the unit isn't anymore in my language (german).
The singular is fine but when using the plural it gets messed up.
Steps to Reproduce
Check http://MEALIE_URL:PORT/group/data/units for the units.
I suggest the values are imported from the json file https://github.com/mealie-recipes/mealie/blob/mealie-next/mealie/repos/seed/resources/units/locales/de-DE.json
But the plurals are all in english although the german plurals are written in the file
... "can": { "name": "Dose", "plural_name": "Dosen", "description": "", "abbreviation": "" }, ...
Please provide relevant logs
Mealie Version
Version v1.12.0
Build 0d06494bbfc62fc8a1771a85fd308190891d6167
Deployment
Docker (Linux)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered: