Quizzes translated to Simplified Chinese

This commit is contained in:
CLDXiang
2021-03-26 02:38:13 +08:00
parent 026946008b
commit 1ad70cd256
3 changed files with 2512 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
<option>ko</option>
<option>ms</option>
<option>nl</option>
<option>zh_cn</option>
<option>zh_tw</option>
</select>

View File

@@ -9,6 +9,7 @@ import gr from './gr.json';
import ms from './ms.json';
import es from './es.json';
import nl from './nl.json';
import zh_cn from './zh_cn.json';
import zh_tw from './zh_tw.json';
@@ -25,6 +26,7 @@ const messages = {
ms: ms[0],
es: es[0],
nl: nl[0],
zh_cn: zh_cn[0],
zh_tw: zh_tw[0],
};

File diff suppressed because it is too large Load Diff