mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-21 22:05:19 +02:00
translate quiz to zh-tw
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
<option>id</option>
|
<option>id</option>
|
||||||
<option>hi</option>
|
<option>hi</option>
|
||||||
<option>it</option>
|
<option>it</option>
|
||||||
|
<option>zh-tw</option>
|
||||||
</select>
|
</select>
|
||||||
</nav>
|
</nav>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
|
@@ -5,6 +5,7 @@ import id from './id.json';
|
|||||||
import hi from './hi.json';
|
import hi from './hi.json';
|
||||||
import it from './it.json';
|
import it from './it.json';
|
||||||
import ja from './ja.json';
|
import ja from './ja.json';
|
||||||
|
import zh-tw from './zh-tw.json';
|
||||||
|
|
||||||
//export const defaultLocale = 'en';
|
//export const defaultLocale = 'en';
|
||||||
|
|
||||||
@@ -15,6 +16,7 @@ const messages = {
|
|||||||
hi: hi[0],
|
hi: hi[0],
|
||||||
it: it[0],
|
it: it[0],
|
||||||
ja: ja[0],
|
ja: ja[0],
|
||||||
|
zh-tw: zh-tw[0],
|
||||||
};
|
};
|
||||||
|
|
||||||
export default messages;
|
export default messages;
|
||||||
|
2509
quiz-app/src/assets/translations/zh-tw.json
Normal file
2509
quiz-app/src/assets/translations/zh-tw.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user