mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 18:53:26 +08:00
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 <jack@monkeytype.com>
This commit is contained in:
parent
c11f6aed89
commit
86f16c31b9
1 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue