mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-12 09:44:19 +02:00
Merge pull request #208 from alequetzalli/Alejandra/quizzes-translation-spanish
Quizzes translated to Spanish
This commit is contained in:
@@ -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>
|
||||
|
2509
quiz-app/src/assets/translations/es.json
Normal file
2509
quiz-app/src/assets/translations/es.json
Normal file
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;
|
||||
|
Reference in New Issue
Block a user