Days of the Week: Abbreviations

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. :slight_smile:

Some of the Welsh weekdays aren’t a lot longer anyway, I’d probably go with Llun, Maw, Mer, Iau, Gwe, Sad, Sul

1 Like

Also, I’ve seen “Gwe” for Friday.

2 Likes

Of course, that makes more sense than Wen … I guess that was my brain somehow hard-wiring Friday with Nos :grin: (edited Wen → Gwe in the post above)

1 Like