From 65e0de3920ce83be1c7c6671733103cdbef20d19 Mon Sep 17 00:00:00 2001 From: Zangorr <91568890+Zangorr@users.noreply.github.com> Date: Wed, 29 Sep 2021 05:55:03 +0200 Subject: Add Polish translation --- src/SMAPI/i18n/pl.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/SMAPI/i18n/pl.json (limited to 'src') diff --git a/src/SMAPI/i18n/pl.json b/src/SMAPI/i18n/pl.json new file mode 100644 index 00000000..b9c788fc --- /dev/null +++ b/src/SMAPI/i18n/pl.json @@ -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}}" +} -- cgit From db89ff0fcdbecf5dc69033157f03f586e2311ad7 Mon Sep 17 00:00:00 2001 From: Zangorr <91568890+Zangorr@users.noreply.github.com> Date: Wed, 29 Sep 2021 05:55:27 +0200 Subject: Add Polish translation --- src/SMAPI.Mods.ErrorHandler/i18n/pl.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/SMAPI.Mods.ErrorHandler/i18n/pl.json (limited to 'src') diff --git a/src/SMAPI.Mods.ErrorHandler/i18n/pl.json b/src/SMAPI.Mods.ErrorHandler/i18n/pl.json new file mode 100644 index 00000000..05a9d411 --- /dev/null +++ b/src/SMAPI.Mods.ErrorHandler/i18n/pl.json @@ -0,0 +1,4 @@ +{ + // warning messages + "warn.invalid-content-removed": "Nieprawidłowa zawartość została usunięta, aby zapobiec awarii (zobacz konsolę SMAPI po więcej informacji)." +} -- cgit