Merge pull request #152 from emrecgty/main

Add Turkish quiz translation
pull/163/head
Jen Looper 3 years ago committed by GitHub
commit 79c55cf55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,7 @@
<label for="locale">locale</label>
<select v-model="locale">
<option>en</option>
<option>tr</option>
</select>
</nav>
<div id="app">

@ -1,10 +1,12 @@
// index.js
import en from './en.json';
import tr from './tr.json';
//export const defaultLocale = 'en';
const messages = {
en: en[0],
tr: tr[0],
};
export default messages;

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save