easystats / report

:scroll: :tada: Automated reporting of objects in R
https://easystats.github.io/report/
Other
695 stars 69 forks source link

Language localisation #22

Open robsalasco opened 5 years ago

robsalasco commented 5 years ago

Describe the solution you'd like Would be nice to add language localizations so spanish speakers like me can improve our reporting too!.

How could we do it? A language="es" switch can be sufficient using glue to process string literals

Thank you guys! great work!

DominiqueMakowski commented 5 years ago

@robsalasco this would be a great thing, although currently not in the short term plans (first goal is to have a stable version and to release it on CRAN :)

Once we are there, we could start thinking of the cost/usefulness tradeoff of such language localisation, as I am not (yet) entirely convinced of its necessity.

My current personal opinion on that is that English is the default language for science. Even for students, I think it's easier for them (and more useful) to learn to understand the English output as it is the one used anyway in scientific papers...

But we'll see in the future!