Skip to content

Commit bbbc6c2

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent b8cef21 commit bbbc6c2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

library/asyncio.po

+10
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,21 @@ msgid ""
4848
"\n"
4949
"asyncio.run(main())"
5050
msgstr ""
51+
"import asyncio\n"
52+
"\n"
53+
"async def main():\n"
54+
" print('Hello ...')\n"
55+
" await asyncio.sleep(1)\n"
56+
" print('... World!')\n"
57+
"\n"
58+
"asyncio.run(main())"
5159

5260
msgid ""
5361
"asyncio is a library to write **concurrent** code using the **async/await** "
5462
"syntax."
5563
msgstr ""
64+
"asyncio jest biblioteką do pisania **równoległego** kodu przy użyciu składni "
65+
"**async/await**."
5666

5767
msgid ""
5868
"asyncio is used as a foundation for multiple Python asynchronous frameworks "

0 commit comments

Comments
 (0)