diff --git a/content/authors/stan-ulbrych.json b/content/authors/stan-ulbrych.json index f4ab6b7..30cb452 100644 --- a/content/authors/stan-ulbrych.json +++ b/content/authors/stan-ulbrych.json @@ -1,6 +1,6 @@ { "name": "Stan Ulbrych", - "bio": "Python patcher, PSRT member, and translator", + "bio": "Python core team, PSRT, and Docs WG member", "github": "StanFromIreland", "avatar": "", "bluesky": "stan.ulbrych.org", diff --git a/content/posts/the-python-documentation-is-now-available-in-russian/index.md b/content/posts/the-python-documentation-is-now-available-in-russian/index.md new file mode 100644 index 0000000..aa19be8 --- /dev/null +++ b/content/posts/the-python-documentation-is-now-available-in-russian/index.md @@ -0,0 +1,30 @@ +--- +title: The Python documentation is now available in Russian! +publishDate: 2026-08-22 +author: Stan Ulbrych +tags: + - docs +published: true +--- +We’re excited to announce that the [Python documentation is now available in Russian (русский)](https://docs.python.org/ru/3.14/)! 🎉 + +A huge thank you to everyone who contributed their time and expertise to the +translation effort. Community contributions like these help make Python more +accessible to people around the world. + +## Did you know? + +Two letters of the Russian alphabet, **ь** (the soft sign) and **ъ** (the hard +sign), don’t represent sounds of their own. Instead, they affect how other +letters are pronounced or help separate sounds. See +[Wikipedia](https://en.wikipedia.org/wiki/Russian_alphabet#Non-vocalized_letters) +to learn more. + +## Help wanted + +Python’s documentation is available in many other languages as well, and these +translations depend on contributors to keep them accurate and up to date. +If you’d like to help translate or maintain Python documentation in your +language, take a look at the translation guide in the [Python Developer’s +Guide](https://devguide.python.org/documentation/translations/translating/#translating) +and the [Translation dashboard](https://translations.python.org).