From 86f16c31b91af8592a061573a149efb2859edbd1 Mon Sep 17 00:00:00 2001 From: ethan <71046175+extoplasm@users.noreply.github.com> Date: Wed, 8 May 2024 22:34:52 +1000 Subject: [PATCH] impr(quotes): add 2 quotes and fixed a typo in chinese simplified(extoplasm) (#5373) * added two quotes in chinese_simplified.json * Update chinese_simplified.json miscounted length of first quote * updated quotes, added more * Update chinese_simplified.json miscounted quote lengths (again) (oops) * accidentally did forward slash when doing newline * fix length * added 2 quotes and fixed a typo in quote id: 4 --------- Co-authored-by: Jack --- frontend/static/quotes/chinese_simplified.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/frontend/static/quotes/chinese_simplified.json b/frontend/static/quotes/chinese_simplified.json index 1a218e4d4..18c67b165 100644 --- a/frontend/static/quotes/chinese_simplified.json +++ b/frontend/static/quotes/chinese_simplified.json @@ -26,7 +26,7 @@ "id": 3 }, { - "text": "知己知彼,百战不殆。", + "text": "知己知彼,百战不殆。", "source": "《孙子兵法》", "length": 10, "id": 4 @@ -96,6 +96,18 @@ "source": "《学记》", "length": 12, "id": 15 + }, + { + "text": "滴自己的汗,吃自己的饭,自己的是自己干,靠人靠天靠祖上,不算好汉。", + "source": "陶行知", + "length": 33, + "id": 16 + }, + { + "text": "学而不思则罔,思而不学则殆。", + "source": "《为政》", + "length": 14, + "id": 17 } ] }