Shwmae pawb.
This one is tricky to Google. What would the common abbreviations be for days of the week? That is, how would I represent:
Mon
Tue
Wed
Thur
Fri
Sat
Sun
In my json file, I’ve got the following:
"day-of-week": {
"mon": { "long": "Monday", "short": "Mon" },
"tue": { "long": "Tuesday", "short": "Tue" },
"wed": { "long": "Wednesday", "short": "Wed" },
"thur": { "long": "Thursday", "short": "Thur" },
"fri": { "long": "Friday", "short": "Fri" },
"sat": { "long": "Saturday", "short": "Sat" },
"sun": { "long": "Sunday", "short": "Sun" }
},
So I’d like to convert that to Cymraeg.
Diolch yn fawr iawn.