Fix broken msgid so that translation works properly

This commit is contained in:
Yann Chabot
2021-10-13 08:19:58 -04:00
parent 046800b489
commit 4e4b4de666
4 changed files with 9 additions and 9 deletions

View File

@@ -22,13 +22,13 @@ msgstr "Przeznaczenie"
#: ../../Creational/FactoryMethod/README.rst:7
msgid ""
"The good point over the SimpleFactory is you can subclass it to implement "
"different ways to create objects"
"different ways to create objects."
msgstr ""
"Przewagą Metody wytwórczej nad Fabryką uproszczoną jest możliwość implementowania różnych sposobów tworzenia "
"obiektów poprzez dziedziczenie po klasie Metody wytwórczej."
#: ../../Creational/FactoryMethod/README.rst:10
msgid "For simple case, this abstract class could be just an interface"
msgid "For simple cases, this abstract class could be just an interface."
msgstr ""
"W prostych przypadkach zamiast klasy abstrakcyjnej można użyć zwykłego interfejsu."