We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d080f commit 729fcc1Copy full SHA for 729fcc1
.babel.cfg
@@ -1 +1,3 @@
1
+[javascript: **.js]
2
+
3
[jinja2: **.html]
python_docs_theme/static/copybutton.js
@@ -33,8 +33,8 @@ const loadCopyButton = () => {
33
/* Add a [>>>] button in the top-right corner of code samples to hide
34
* the >>> and ... prompts and the output and thus make the code
35
* copyable. */
36
- const hide_text = "Hide the prompts and output"
37
- const show_text = "Show the prompts and output"
+ const hide_text = _("Hide the prompts and output")
+ const show_text = _("Show the prompts and output")
38
39
const button = document.createElement("span")
40
button.classList.add("copybutton")
0 commit comments