From 7dbf8176662666551d095c4cd3c442cce7d18c92 Mon Sep 17 00:00:00 2001 From: attila Date: Thu, 29 Oct 2020 17:16:12 +0100 Subject: [PATCH] Fix Czech translation JSON --- dist/cs.json | 1 + tracker.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dist/cs.json b/dist/cs.json index 7e727a5..0286ddc 100644 --- a/dist/cs.json +++ b/dist/cs.json @@ -10,4 +10,5 @@ "Due": "Do", "due_today_order": "true", "in_days": "za DAYS dny" + } } diff --git a/tracker.json b/tracker.json index 25122e0..deec14c 100644 --- a/tracker.json +++ b/tracker.json @@ -1,8 +1,8 @@ { "garbage-collection-card": { - "version": "1.15.0", - "updated_at": "2020-10-27", + "version": "1.15.1", + "updated_at": "2020-10-29", "visit_repo": "https://github.com/amaximus/garbage-collection-card", - "changelog": "https://github.com/amaximus/garbage-collection0card/releases/1.15.0" + "changelog": "https://github.com/amaximus/garbage-collection0card/releases/1.15.1" } }