carpentries / glosario-r

glosario create and retrieve multilingual glossaries.
https://carpentries.github.io/glosario-r
Other
6 stars 5 forks source link

Using glosario package in R - works great! #4

Closed yabellini closed 4 years ago

yabellini commented 4 years ago

The issue is just to tell you that I used the package in R reading this YAML (which I put together from the Spanish translation for T3) and it works perfect. I use this code: gl <- glosario::get_glossary(url = "https://raw.githubusercontent.com/gvwilson/teachtogether.tech/master/es/glossary.yml") glosario::define("pull_request","es", glossary = gl) glosario::define("pull_request","en", glossary = gl)

@ian-flores ;-)

ian-flores commented 4 years ago

Thanks Yanina! We will soon be adding support for Rmds and other features. This is really really cool! If you have any suggestions or changes you would like implemented please open an issue and we will triage it to incorporate ASAP. Saludos!