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 2c39f5570218fc9a0081d9f422c61a4182023f31
parent d794b402e879bcbe0813e528d2440c8300634c28
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Fri, 20 Mar 2020 17:36:30 -0700

Add Colors.csv, Days.csv, and Months.csv.

Diffstat:
AVocab/Colors.csv | 13+++++++++++++
AVocab/Days.csv | 9+++++++++
AVocab/Months.csv | 14++++++++++++++
3 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/Vocab/Colors.csv b/Vocab/Colors.csv @@ -0,0 +1,12 @@ +English,Spanish,Type +Black,Negro,Adjective +Blue,Azúl,Adjective +Brown,Marrón,Adjective +Gray,Gris,Adjective +Green,Verde,Adjective +Orange,Anaranjado,Adjective +Pink,Rosado,Adjective +Purple,Morada,Adjective +Red,Rojo,Adjective +White,Blanco,Adjective +Yellow,Amarillo,Adjective +\ No newline at end of file diff --git a/Vocab/Days.csv b/Vocab/Days.csv @@ -0,0 +1,8 @@ +English,Spanish,Type +Friday,Viernes,Noun +Monday,Lunes,Noun +Saturday,Sábado,Noun +Sunday,Domingo,Noun +Thursday,Jueves,Noun +Tuesday,Martes,Noun +Wednesday,Miércoles,Noun +\ No newline at end of file diff --git a/Vocab/Months.csv b/Vocab/Months.csv @@ -0,0 +1,13 @@ +English,Spanish,Type +April,Abril,Noun +August,Agosto,Noun +December,Diciembre,Noun +February,Febrero,Noun +January,Enero,Noun +July,Julio,Noun +June,Junio,Noun +March,Marzo,Noun +May,Mayo,Noun +November,Noviembre,Noun +October,Octubre,Noun +September,Septiembre,Noun +\ No newline at end of file