Skip to content

adriand/hablaba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hablaba - Spanish Verb Conjugator

Hablaba conjugates regular Spanish verbs in multiple tenses.

Current tenses supported:

  • present (I speak - hablo)
  • preterite (I spoke - hablé)
  • imperfect (I used to speak - hablaba)
  • present_subjunctive (I hope that I speak - hable)
  • imperfect_subjunctive (I hoped that I spoke - hablara)
  • conditional (I would speak - hablaría)
  • future (I will speak - hablaré)

Usage

Hablaba.conjugate("yo", "hablar")
# => 'hablo'

Hablaba.conjugate("yo", "hablar", :preterite)
# => 'hablé'

Supported pronouns:

yo tú él ella nosotros vosotros ellos ellas usted ustedes

Supported tenses:

:present :preterite :imperfect :present_subjunctive :imperfect_subjunctive :conditional :future

About

The Spanish verb conjugation gem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages