-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
I would love to localize the site into various languages. The structure of pulling in Markdown files to render the pages should make it relatively easy to do. Markdown is currently stored in the /lessons/
directory. It would be straightforward to move these into language-specific sub-directories (e.g., /lessons/en/
, /lessons/pt/
, etc.) and then use localStorage
or a part of the URL path to indicate which files to pull from.
First step is probably to find willing translators!