summaryrefslogtreecommitdiff
path: root/src/SMAPI/i18n/uk.json
blob: a4286363345eab671fe33937919882eb135bb17a (plain)
1
2
3
4
5
6
{
    // short date format for SDate
    // tokens: {{day}} (like 15), {{season}} (like Spring), {{seasonLowercase}} (like spring), {{year}} (like 2)
    "generic.date": "{{season}}, {{day}}-й день",
    "generic.date-with-year": "{{season}}, {{day}}-й день, {{year}} рік"
}