Add Polish translation

This commit is contained in:
Zangorr 2021-09-29 05:55:03 +02:00 committed by Jesse Plamondon-Willard
parent 50fdc7bb34
commit 65e0de3920
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 6 additions and 0 deletions

6
src/SMAPI/i18n/pl.json Normal file
View File

@ -0,0 +1,6 @@
{
// short date format for SDate
// tokens: {{day}} (like 15), {{season}} (like Spring), {{seasonLowercase}} (like spring), {{year}} (like 2)
"generic.date": "{{day}} {{seasonLowercase}}",
"generic.date-with-year": "{{day}} {{seasonLowercase}} w roku {{year}}"
}