Skip to content

Commit 733a5a6

Browse files
GitHub Action's update-translation jobrffontenelle
andcommitted
Update translation from Transifex
Co-Authored-By: Rafael Fontenelle <[email protected]>
1 parent 010ec55 commit 733a5a6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

library/asyncio.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ msgid "Guides and Tutorials"
3434
msgstr "Przewodniki i samouczki"
3535

3636
msgid ":mod:`!asyncio` --- Asynchronous I/O"
37-
msgstr ""
37+
msgstr ":mod:`!asyncio` --- Asynchroniczne I/O"
3838

3939
msgid "Hello World!"
4040
msgstr "Hello World!"
@@ -49,6 +49,14 @@ msgid ""
4949
"\n"
5050
"asyncio.run(main())"
5151
msgstr ""
52+
"import asyncio\n"
53+
"\n"
54+
"async def main():\n"
55+
" print('Hello ...')\n"
56+
" await asyncio.sleep(1)\n"
57+
" print('... World!')\n"
58+
"\n"
59+
"asyncio.run(main())"
5260

5361
msgid ""
5462
"asyncio is a library to write **concurrent** code using the **async/await** "

0 commit comments

Comments
 (0)