Weekday localization in months #136
Answered
by
maxstirliz
maxstirliz
asked this question in
Q&A
-
Hello everybody! I managed to localize the planner by adding a respective json file. But the weekdays on the moths, i.e. 'M', 'T', 'W', etc. do not change. As far as I understand this may be done by hardcoding only; probably playing around with locales. Just replacing the letters does not work for me, for [S]aturday and [S]unday do not start with the same letter in my language. By any chance anyone knows how to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
maxstirliz
Oct 22, 2024
Replies: 1 comment 3 replies
-
Quick & dirty would be simply to hardcode that for now |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you!
Finally resolved the problem.
'name = name[:1]' needs to be tweaked in the WeekHeader function in month.go, so that translate.py does not create new issues.