mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-22 06:12:55 +02:00
Quizzes translated to Simplified Chinese
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
<option>ko</option>
|
<option>ko</option>
|
||||||
<option>ms</option>
|
<option>ms</option>
|
||||||
<option>nl</option>
|
<option>nl</option>
|
||||||
|
<option>zh_cn</option>
|
||||||
<option>zh_tw</option>
|
<option>zh_tw</option>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
@@ -9,6 +9,7 @@ import gr from './gr.json';
|
|||||||
import ms from './ms.json';
|
import ms from './ms.json';
|
||||||
import es from './es.json';
|
import es from './es.json';
|
||||||
import nl from './nl.json';
|
import nl from './nl.json';
|
||||||
|
import zh_cn from './zh_cn.json';
|
||||||
import zh_tw from './zh_tw.json';
|
import zh_tw from './zh_tw.json';
|
||||||
|
|
||||||
|
|
||||||
@@ -25,6 +26,7 @@ const messages = {
|
|||||||
ms: ms[0],
|
ms: ms[0],
|
||||||
es: es[0],
|
es: es[0],
|
||||||
nl: nl[0],
|
nl: nl[0],
|
||||||
|
zh_cn: zh_cn[0],
|
||||||
zh_tw: zh_tw[0],
|
zh_tw: zh_tw[0],
|
||||||
|
|
||||||
};
|
};
|
||||||
|
2509
quiz-app/src/assets/translations/zh_cn.json
Normal file
2509
quiz-app/src/assets/translations/zh_cn.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user