From 41086f1f75798da23c2cfb049894f1c99c0c8469 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Mon, 4 Oct 2021 17:45:46 -0400 Subject: [PATCH] fixing the build and adding 'es' to dropdown --- quiz-app/src/App.vue | 2 +- quiz-app/src/assets/translations/es/group-3.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/quiz-app/src/App.vue b/quiz-app/src/App.vue index 4c6c8df8..65b54a08 100644 --- a/quiz-app/src/App.vue +++ b/quiz-app/src/App.vue @@ -5,7 +5,7 @@ {{ questions[locale][0].title }} diff --git a/quiz-app/src/assets/translations/es/group-3.json b/quiz-app/src/assets/translations/es/group-3.json index 54a2ea47..45ba5657 100644 --- a/quiz-app/src/assets/translations/es/group-3.json +++ b/quiz-app/src/assets/translations/es/group-3.json @@ -173,8 +173,7 @@ ] }, { - "questionText": "En un histograma, un " - bin " se refiere a:", + "questionText": "En un histograma, un 'bin' se refiere a:", "answerOptions": [{ "answerText": "una clase de datos", "isCorrect": "false"