mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-26 16:14:56 +02:00
Add korean quiz structure on quiz-app
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<select v-model="locale">
|
||||
<option>en</option>
|
||||
<option>fr</option>
|
||||
<option>kr</option>
|
||||
</select>
|
||||
</nav>
|
||||
<div id="app">
|
||||
|
@@ -1,12 +1,14 @@
|
||||
// index.js
|
||||
import en from './en.json';
|
||||
import fr from './fr.json';
|
||||
import kr from './kr.json';
|
||||
|
||||
//export const defaultLocale = 'en';
|
||||
|
||||
const messages = {
|
||||
en: en[0],
|
||||
fr: fr[0],
|
||||
kr: kr[0],
|
||||
};
|
||||
|
||||
export default messages;
|
||||
|
1341
quiz-app/src/assets/translations/kr.json
Normal file
1341
quiz-app/src/assets/translations/kr.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user