We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea799f commit 41086f1Copy full SHA for 41086f1
quiz-app/src/App.vue
@@ -5,7 +5,7 @@
5
<label for="locale">locale</label>
6
<select v-model="locale">
7
<option>en</option>
8
- <!--<option>fr</option>-->
+ <option>es</option>
9
</select>
10
11
<span class="title">{{ questions[locale][0].title }}</span>
quiz-app/src/assets/translations/es/group-3.json
@@ -173,8 +173,7 @@
173
]
174
},
175
{
176
- "questionText": "En un histograma, un "
177
- bin " se refiere a:",
+ "questionText": "En un histograma, un 'bin' se refiere a:",
178
"answerOptions": [{
179
"answerText": "una clase de datos",
180
"isCorrect": "false"
0 commit comments