Merge pull request #895 from stylemate/patch-2

Update Korean translations
This commit is contained in:
Jesse Plamondon-Willard 2023-04-02 15:38:36 -04:00
commit dc027f4eff
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
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": "{{year}}년 {{season}} {{day}}"
"generic.date": "{{season}} {{day}}",
"generic.date-with-year": "{{year}} {{season}} {{day}}"
}