Merge pull request #826 from ChulkyBow/patch-1

Update Ukrainian translations
This commit is contained in:
Jesse Plamondon-Willard 2022-01-24 21:54:05 -05:00 committed by GitHub
commit e2f5861e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,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}}"
"generic.date": "{{season}}, {{day}}-й день",
"generic.date-with-year": "{{season}}, {{day}}-й день, {{year}} рік"
}