-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internationalization #58
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
Quick discussion here https://github.com/orgs/executablebooks/discussions/912#discussioncomment-4651002 |
@rowanc1 there are two ways to account for the existing user configuration:
I don't yet have a feel for which option is best. I think (2) is less work, but would require some assumptions e.g. the root content directory for JupyterLab must be the book directory. (1) would let the user define which configuration to use at startup e.g. We would also want the ability to define the relevant configuration directly in JupyterLab i.e. as settings rather than as an on-disk file. |
Context
For course material in French, we are using extensively Jupyter notebooks
in Myst-Markdown, rendered in JupyterLab for interactive use and Jupyter-Book
for browsing on the web. Myst features like admonitions are great to structure
the content; now that they are available in JupyterLab, we will start using them
extensively.
There remains one caveat:
is rendered in JupyterLab with an English title "Warning" instead of the
desirable "Avertissement" displayed in Jupyter-Book.
Proposal
It would be desirable for the rendering of myst features to use the language of the document.
Caveat: define "the language of the document"
set in the jupyter book configuration.
Tasks and updates
The text was updated successfully, but these errors were encountered: