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
{{ message }}
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.
Hi,
is there a way to translate the module into German?
Like the weekdays and everything else?
If you need help regarding the translated text, I can help you out but I am a newbie with no programming skills
The text was updated successfully, but these errors were encountered:
Yes, I could look into adding in translations as MM supports it. Right now I have a list of days in English: "S", "M", "T", "W", "T", "F", "S"
Looking at a list of German days of the week, it looks like there might be some day collisions with repeated letters like in English
Montag (Monday)
Dienstag (Tuesday)
Mittwoch (Wednesday)
Donnerstag (Thursday)
Freitag (Friday)
Samstag (Saturday)
Sonntag (Sunday)
so it would look like "M", "D", "M", "D", "F", "S", "S"
Is the first day of the week normally Monday/Montag on calendars? I can also add that if needed. Not sure if there is much else for translations - let me know if I missed things
thanks for your quick reply. At the time I am using the code from More settings added #22 by ferferga which looks nice and works for me
I also would like the kg in decimals and would translate all the messages from your code in German.
In Germany there are some calendars starting with Sonntag, others with Montag so I would leave this option to the user. anyway, great work on the plugin. I wish I could do that since I have many ideas and would love to program a Garmin connect module
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
is there a way to translate the module into German?
Like the weekdays and everything else?
If you need help regarding the translated text, I can help you out but I am a newbie with no programming skills
The text was updated successfully, but these errors were encountered: