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