Merge pull request #208 from alequetzalli/Alejandra/quizzes-translation-spanish

Quizzes translated to Spanish
pull/211/head
Jen Looper 4 years ago committed by GitHub
commit 2fcdb2d0a2
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>es</option>
<option>ko</option>
<option>id</option>
<option>hi</option>

File diff suppressed because it is too large Load Diff

@ -7,6 +7,7 @@ import it from './it.json';
import ja from './ja.json';
import gr from './gr.json';
import ms from './ms.json';
import es from './es.json';
//export const defaultLocale = 'en';
@ -19,6 +20,7 @@ const messages = {
ja: ja[0],
gr: gr[0],
ms: ms[0],
es: es[0],
};
export default messages;

Loading…
Cancel
Save