carpentries / sandpaper

User Interface for The Carpentries Workbench
https://carpentries.github.io/sandpaper
Other
41 stars 26 forks source link

refactor translations #559

Closed zkamvar closed 7 months ago

zkamvar commented 7 months ago

This PR refactors the translation mechanisms to be a bit more straightforward to manage in the future. I've used the guidance from the Internal State chapter of the R package book to inform the solution:

I've also updated the documentation to automatically include a list of all translatable strings.

Note that this could serve as scaffolding for refactoring the other global variables to not be so painful to implement.