Shorten Swedish am/pm lines to make them less confusing

esm4-texture
Alexei Kotov 7 months ago
parent 2aa5c78424
commit 45035413e9

@ -10,6 +10,6 @@ dateFormat: "dag {day} av {monthInGenitive} år {year, number, :: group-off}"
# In Swedish, as with German, we don't use AM/PM but instead a 24h clock.
# But instead of that, we could use "förmiddag" and "eftermiddag", which is basically "morning" and "afternoon"
am: "förmiddag"
pm: "eftermiddag"
am: "f.m."
pm: "e.m."
day: "Dag"

@ -45,6 +45,6 @@ weekday7: "lördag"
# In Swedish, as with German, we don't use AM/PM but instead a 24h clock.
# But instead of that, we could use "förmiddag" and "eftermiddag", which is basically "morning" and "afternoon"
am: "förmiddag"
pm: "eftermiddag"
am: "f.m."
pm: "e.m."
day: "Dag"

Loading…
Cancel
Save