mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-29 15:59:33 +02:00
Fix broken msgid so that translation works properly
This commit is contained in:
@@ -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."
|
||||
|
||||
|
Reference in New Issue
Block a user