removing french option from quiz dropdown as that localization is not yet ready

pull/119/head
Jen Looper 4 years ago
parent 3aa0c2b382
commit 8d3c6b5b20

@ -5,7 +5,7 @@
<label for="locale">locale</label> <label for="locale">locale</label>
<select v-model="locale"> <select v-model="locale">
<option>en</option> <option>en</option>
<option>fr</option> <!--<option>fr</option>-->
</select> </select>
<span class="title">{{ questions[locale][0].title }}</span> <span class="title">{{ questions[locale][0].title }}</span>

@ -1,9 +1,9 @@
import fr0 from "./group-1.json"; import fr0 from "./group-1.json";
import fr1 from "./group-2.json"; //import fr1 from "./group-2.json";
const quiz = { const quiz = {
0: fr0[0], 0: fr0[0],
1: fr1[0], //1: fr1[0],
}; };
export default quiz; export default quiz;

Loading…
Cancel
Save