spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit 50c356407e4f1670683ffba62d0b3928559f7253
parent 9ed2c176d5db16cc292a833d6a50f5c9d1656227
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Mon, 26 Oct 2020 10:32:30 -0700

Fix issues in vocab CSV files.

Diffstat:
Mvocab/Adverbs.csv | 3++-
Mvocab/Prepositions.csv | 70+++++++++++++++++++++++++++++++++++-----------------------------------
Mvocab/Questions.csv | 16++++++++--------
Mvocab/Transitions.csv | 96++++++++++++++++++++++++++++++++++++++++----------------------------------------
4 files changed, 93 insertions(+), 92 deletions(-)

diff --git a/vocab/Adverbs.csv b/vocab/Adverbs.csv @@ -6,4 +6,4 @@ From time to time,De vez en cuando,Adverb Never,Nunca,Adverb Poorly,Mal,Adverb Sometimes,A menudo,Adverb -Well,Bien,Adverb +Well,Bien,Adverb +\ No newline at end of file diff --git a/vocab/Prepositions.csv b/vocab/Prepositions.csv @@ -1,34 +1,34 @@ -English,Spanish -About,Sobre -According to,Según -After,Tras -After,Después de -Against,Contra -At,A -Before,Antes de -Behind,Tras -Behind,Detrás de -Between,Entre -By,Por -By means of,A -For,Por -For,Para -From,Desde -In,En -In front of,Delante de -In front of,Enfrente de -In order to,Para -Inside of,Dentro de -Near,Cerca de -Of,De -On,En -On top of,Encima de -Outside of,Fuera de -Over,Sobre -Since,Desde -To,A -Towards,Hacia -Under,Bajo -Until,Hasta -With,Con -Without,Sin -\ No newline at end of file +English,Spanish,Type +About,Sobre,Preposition +According to,Según,Preposition +After,Tras,Preposition +After,Después de,Preposition +Against,Contra,Preposition +At,A,Preposition +Before,Antes de,Preposition +Behind,Tras,Preposition +Behind,Detrás de,Preposition +Between,Entre,Preposition +By,Por,Preposition +By means of,A,Preposition +For,Por,Preposition +For,Para,Preposition +From,Desde,Preposition +In,En,Preposition +In front of,Delante de,Preposition +In front of,Enfrente de,Preposition +In order to,Para,Preposition +Inside of,Dentro de,Preposition +Near,Cerca de,Preposition +Of,De,Preposition +On,En,Preposition +On top of,Encima de,Preposition +Outside of,Fuera de,Preposition +Over,Sobre,Preposition +Since,Desde,Preposition +To,A,Preposition +Towards,Hacia,Preposition +Under,Bajo,Preposition +Until,Hasta,Preposition +With,Con,Preposition +Without,Sin,Preposition +\ No newline at end of file diff --git a/vocab/Questions.csv b/vocab/Questions.csv @@ -1,7 +1,7 @@ -English,Spanish -How,Cómo -What,Qué -When,Cuando -Where,Dónde -Who,Quien -Why,Por qué -\ No newline at end of file +English,Spanish,Type +How,Cómo,Other +What,Qué,Other +When,Cuando,Other +Where,Dónde,Other +Who,Quien,Other +Why,Por qué,Other +\ No newline at end of file diff --git a/vocab/Transitions.csv b/vocab/Transitions.csv @@ -1,47 +1,47 @@ -English,Spanish -Additionally,Adicionalmente -Afterwards,Más tarde -Although,Aunque -As long as,Siempre que -As soon as,Apenas -As,Como -As,Ya que -At first,Al principio -At last,Al final -Because of,A causa de -But,Pero -Despite,A pesar de -During,Durante -Even if,Aunque -Finally,Finalmente -Finally,Por último -First and foremost,Ante todo -First,Primero -For example,Por ejemplo -Furthermore,Además -However,Sin embargo -If,Si -In a word,En pocas palabras -In case,En caso de que -In other words,En otras palabras -In that case,En ese caso -In this way,De esta manera -Meanwhile,Mientras tanto -Now that,Ahora que -Now,Ahora -On the other hand,Por otro lado -Second,Segundo -Since,Como -Since,Desde -Since,Ya que -So,Entonces -Thanks to,Gracias a -That's why,Por eso -Then,Entonces -Then,Luego -Therefore,Por lo tanto -Thus,Así -To begin,Para empezar -To conclude,Para concluir -Unless,A menos que -While,Mientras -\ No newline at end of file +English,Spanish,Type +Additionally,Adicionalmente,Other +Afterwards,Más tarde,Other +Although,Aunque,Other +As long as,Siempre que,Other +As soon as,Apenas,Other +As,Como,Other +As,Ya que,Other +At first,Al principio,Other +At last,Al final,Other +Because of,A causa de,Other +But,Pero,Other +Despite,A pesar de,Other +During,Durante,Other +Even if,Aunque,Other +Finally,Finalmente,Other +Finally,Por último,Other +First and foremost,Ante todo,Other +First,Primero,Other +For example,Por ejemplo,Other +Furthermore,Además,Other +However,Sin embargo,Other +If,Si,Other +In a word,En pocas palabras,Other +In case,En caso de que,Other +In other words,En otras palabras,Other +In that case,En ese caso,Other +In this way,De esta manera,Other +Meanwhile,Mientras tanto,Other +Now that,Ahora que,Other +Now,Ahora,Other +On the other hand,Por otro lado,Other +Second,Segundo,Other +Since,Como,Other +Since,Desde,Other +Since,Ya que,Other +So,Entonces,Other +Thanks to,Gracias a,Other +That's why,Por eso,Other +Then,Entonces,Other +Then,Luego,Other +Therefore,Por lo tanto,Other +Thus,Así,Other +To begin,Para empezar,Other +To conclude,Para concluir,Other +Unless,A menos que,Other +While,Mientras,Other +\ No newline at end of file