Skip to content

Commit fa3e2f1

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
Co-Authored-By: Blessing Oluronbi
1 parent 3988dae commit fa3e2f1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

faq/programming.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,15 +471,20 @@ msgid ""
471471
"Note that using a module is also the basis for implementing the singleton "
472472
"design pattern, for the same reason."
473473
msgstr ""
474+
"Należy pamiętać, że używanie modułu jest również podstawą implementacji "
475+
"wzorca projektowego singleton, z tego samego powodu."
474476

475477
msgid "What are the \"best practices\" for using import in a module?"
476-
msgstr ""
478+
msgstr "Jakie są „najlepsze praktyki” dotyczące używania import w module?"
477479

478480
msgid ""
479481
"In general, don't use ``from modulename import *``. Doing so clutters the "
480482
"importer's namespace, and makes it much harder for linters to detect "
481483
"undefined names."
482484
msgstr ""
485+
"Ogólnie rzecz biorąc, nie należy używać from modulename import *. Powoduje "
486+
"to zaśmiecanie przestrzeni nazw importującego modułu i znacznie utrudnia "
487+
"narzędziom lintującym wykrywanie niezdefiniowanych nazw."
483488

484489
msgid ""
485490
"Import modules at the top of a file. Doing so makes it clear what other "

0 commit comments

Comments
 (0)