From c74a2f520c487a8a18f145d6af61708c6d9f55e7 Mon Sep 17 00:00:00 2001 From: Madeline Date: Fri, 28 Oct 2022 00:51:58 -0400 Subject: [PATCH] Fix json values for word "li" --- Toki Trainer/JSON Data/toki-dictionary.json | 4 ++-- Toki Trainer/JSON Data/toki-lessons.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Toki Trainer/JSON Data/toki-dictionary.json b/Toki Trainer/JSON Data/toki-dictionary.json index d793001..f5631ce 100644 --- a/Toki Trainer/JSON Data/toki-dictionary.json +++ b/Toki Trainer/JSON Data/toki-dictionary.json @@ -578,7 +578,7 @@ "definitions": [ { "pos": "sep", - "definition": "\\\"(between any subject except mi and sina and its verb\": null, \" also used to introduce a new verb for the same subject)\\\"" + "definition": "(between any subject except mi and sina and its verb, also used to introduce a new verb for the same subject)" } ] }, @@ -1748,4 +1748,4 @@ } ] } -] \ No newline at end of file +] diff --git a/Toki Trainer/JSON Data/toki-lessons.json b/Toki Trainer/JSON Data/toki-lessons.json index da82d03..59e63f2 100644 --- a/Toki Trainer/JSON Data/toki-lessons.json +++ b/Toki Trainer/JSON Data/toki-lessons.json @@ -94,7 +94,7 @@ "definitions": [ { "pos": "sep", - "definition": "\\\"(between any subject except mi and sina and its verb\": null, \" also used to introduce a new verb for the same subject)\\\"" + "definition": "(between any subject except mi and sina and its verb, also used to introduce a new verb for the same subject)" } ] } @@ -1711,4 +1711,4 @@ } ] } -] \ No newline at end of file +]