From 236a29a31f72956d4cd737e3a513d3d1dca88414 Mon Sep 17 00:00:00 2001 From: Matt Katz Date: Sun, 25 Oct 2020 13:19:32 -0400 Subject: [PATCH 1/4] remove comments from translation files the comments are preventing cards from loading --- translations/en.json | 1 - 1 file changed, 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 78872e7..973be0b 100644 --- a/translations/en.json +++ b/translations/en.json @@ -1,4 +1,3 @@ { - /* TRELLO */ "NO_CARDS": "No cards found." } From 1e47977c62c31f92ba7f870729b6ba8244b1ef49 Mon Sep 17 00:00:00 2001 From: Matt Katz Date: Sun, 25 Oct 2020 13:21:51 -0400 Subject: [PATCH 2/4] remove comments from de translation comments in the json break loading --- translations/de.json | 1 - 1 file changed, 1 deletion(-) diff --git a/translations/de.json b/translations/de.json index dc2f430..b0bd770 100644 --- a/translations/de.json +++ b/translations/de.json @@ -1,4 +1,3 @@ { - /* TRELLO */ "NO_CARDS": "Keine Karten gefunden." } From effd31f68bbe4a091c26fb25ef97cdb9624e775b Mon Sep 17 00:00:00 2001 From: Matt Katz Date: Sun, 25 Oct 2020 13:22:27 -0400 Subject: [PATCH 3/4] remove comments from pl translation comments were breaking the json loading --- translations/pl.json | 1 - 1 file changed, 1 deletion(-) diff --git a/translations/pl.json b/translations/pl.json index d44e65e..94435e7 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -1,4 +1,3 @@ { - /* TRELLO */ "NO_CARDS": "Nie znaleziono kart." } From 617db04bef5ec8397be7eb99bd433875d263b8dd Mon Sep 17 00:00:00 2001 From: Matt Katz Date: Sun, 25 Oct 2020 13:22:59 -0400 Subject: [PATCH 4/4] remove comments from sv translation comments were breaking json loading --- translations/sv.json | 1 - 1 file changed, 1 deletion(-) diff --git a/translations/sv.json b/translations/sv.json index e1c70a4..5588d86 100644 --- a/translations/sv.json +++ b/translations/sv.json @@ -1,4 +1,3 @@ { - /* TRELLO */ "NO_CARDS": "Inga kort funna." }