Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork66
Closed
Description
See, for example,https://docs.python.org/fr/3/tutorial/introduction.html. It applies to all interactive code examples.
This ishttps://bugs.python.org/issue34452, transferred here, as a third party issue. It is related to
PEP 545 - Python Documentation Translations.
Here's what I've found. The purpose of python_docs_theme/static/copybutton.js is
Add a [>>>] button on the top-right corner of code samples to hide the >>> and ... prompts and the output and thus make the code copyable.
To do this it contains code
varhide_text='Hide the prompts and output';varshow_text='Show the prompts and output';
Somehow, this text needs to be internationalised.
Metadata
Metadata
Assignees
Labels
No labels