mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-29 12:20:41 +00:00
42 lines
921 B
YAML
42 lines
921 B
YAML
month1: "January"
|
|
month2: "February"
|
|
month3: "March"
|
|
month4: "April"
|
|
month5: "May"
|
|
month6: "June"
|
|
month7: "July"
|
|
month8: "August"
|
|
month9: "September"
|
|
month10: "October"
|
|
month11: "November"
|
|
month12: "December"
|
|
|
|
# The variant of month names in the context "day X of month Y".
|
|
# In English it is the same, but some languages require a different form.
|
|
monthInGenitive1: "January"
|
|
monthInGenitive2: "February"
|
|
monthInGenitive3: "March"
|
|
monthInGenitive4: "April"
|
|
monthInGenitive5: "May"
|
|
monthInGenitive6: "June"
|
|
monthInGenitive7: "July"
|
|
monthInGenitive8: "August"
|
|
monthInGenitive9: "September"
|
|
monthInGenitive10: "October"
|
|
monthInGenitive11: "November"
|
|
monthInGenitive12: "December"
|
|
|
|
dateFormat: "{day} {monthInGenitive} {year, number, :: group-off}"
|
|
|
|
weekday1: "Sunday"
|
|
weekday2: "Monday"
|
|
weekday3: "Tuesday"
|
|
weekday4: "Wednesday"
|
|
weekday5: "Thursday"
|
|
weekday6: "Friday"
|
|
weekday7: "Saturday"
|
|
|
|
am: "a.m."
|
|
pm: "p.m."
|
|
day: "Day"
|