mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-27 00:25:53 +02:00
Merge branch 'main' into nl
This commit is contained in:
@@ -6,13 +6,15 @@
|
||||
<select v-model="locale">
|
||||
<option>en</option>
|
||||
<option>es</option>
|
||||
<option>ko</option>
|
||||
<option>id</option>
|
||||
<option>hi</option>
|
||||
<option>it</option>
|
||||
<option>gr</option>
|
||||
<option>hi</option>
|
||||
<option>id</option>
|
||||
<option>it</option>
|
||||
<option>ko</option>
|
||||
<option>ms</option>
|
||||
<option>nl</option>
|
||||
<option>zh_tw</option>
|
||||
|
||||
</select>
|
||||
</nav>
|
||||
<div id="app">
|
||||
|
@@ -9,6 +9,8 @@ import gr from './gr.json';
|
||||
import ms from './ms.json';
|
||||
import es from './es.json';
|
||||
import nl from './nl.json';
|
||||
import zh_tw from './zh_tw.json';
|
||||
|
||||
|
||||
//export const defaultLocale = 'en';
|
||||
|
||||
@@ -23,6 +25,8 @@ const messages = {
|
||||
ms: ms[0],
|
||||
es: es[0],
|
||||
nl: nl[0],
|
||||
zh_tw: zh_tw[0],
|
||||
|
||||
};
|
||||
|
||||
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