python / python-docs-pl

Polskie tłumaczenie dokumentacji Pythona
https://docs.python.org/pl
Other
43 stars 10 forks source link

Translate code snippets #4

Open m-aciek opened 4 years ago

m-aciek commented 4 years ago

Currently code blocks aren't translatable. They often contain comments or literals, for which translating them would be natural.

For example part of tutorial:

# this is the first comment
spam = 1  # and this is the second comment
          # ... and now a third!
text = "# This is not a comment because it's inside quotes."

For example React tutorial translation localizes code blocks.

Edit: recently the code blocks in the documentation are translatable. This task is now to track the progress of translating the code snippets in the main articles of the documentation that were already translated in whole (see #3).

m-aciek commented 4 years ago

I've sent an email to doc-sig@python.org.

m-aciek commented 4 weeks ago

This issue should be moved to https://github.com/python/docsbuild-scripts.

m-aciek commented 2 weeks ago

Moved to https://github.com/python/cpython/issues/123407.