Skip to content

Commit

Permalink
Merge branch 'sv-calendar-2024-04-15' into 'master'
Browse files Browse the repository at this point in the history
Swedish calendar translation

See merge request OpenMW/openmw!4033
  • Loading branch information
psi29a committed Apr 16, 2024
2 parents e633d2b + 9448a30 commit ef97c63
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions files/data/l10n/Calendar/sv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Swedish does not actually upper-case first letter on months and weekday names, so I'm doing them lower case right now.

month1: "januari"
month2: "februari"
month3: "mars"
month4: "april"
month5: "maj"
month6: "juni"
month7: "juli"
month8: "augusti"
month9: "september"
month10: "oktober"
month11: "november"
month12: "december"

# There are no different grammatical forms of the months in Swedish

monthInGenitive1: "januari"
monthInGenitive2: "februari"
monthInGenitive3: "mars"
monthInGenitive4: "april"
monthInGenitive5: "maj"
monthInGenitive6: "juni"
monthInGenitive7: "juli"
monthInGenitive8: "augusti"
monthInGenitive9: "september"
monthInGenitive10: "oktober"
monthInGenitive11: "november"
monthInGenitive12: "december"

# Standard Swedish date format: d MMMM YYYY
# Source: http://www4.sprakochfolkminnen.se/cgi-bin/srfl/visasvar.py?sok=datum&svar=26089
# Example: "23 februari 1337"
dateFormat: "{day} {month} {year, number, :: group-off}"

# The Swedish week starts with monday actually, but whatever.

weekday1: "söndag"
weekday2: "måndag"
weekday3: "tisdag"
weekday4: "onsdag"
weekday5: "torsdag"
weekday6: "fredag"
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"
day: "dag"

0 comments on commit ef97c63

Please sign in to comment.