Easy way to create multilingual notebooks #1444
Replies: 3 comments 10 replies
-
Idea 1:PlutoUI.multilingual(
"en" => md"# Hello world!",
"fr" => md"# Salut le monde !",
) wraps the elements in |
Beta Was this translation helpful? Give feedback.
-
Idea 2:We introduce a standardized naming system for notebook files, e.g. |
Beta Was this translation helpful? Give feedback.
-
Idea 3:We build this functionality directly into Pluto, i.e. we add a button to write a translated version of a cell, and a way to switch between versions. |
Beta Was this translation helpful? Give feedback.
-
Since Pluto is all about making scientific computing accessible to more people, we should make it easy for people to create a notebook that contains multiple translations of the contained text.
Beta Was this translation helpful? Give feedback.
All reactions