Skip to content

Commit 4124c22

Browse files
author
Dominik Liebler
authored
Merge pull request DesignPatternsPHP#458 from Yeine/fix-broken-msgid
Fix broken msgid so that translation works properly
2 parents 046800b + 4e4b4de commit 4124c22

File tree

4 files changed

+9
-9
lines changed
  • locale
    • ca/LC_MESSAGES/Creational/FactoryMethod
    • fr/LC_MESSAGES/Creational/FactoryMethod
    • nl/LC_MESSAGES/Creational/FactoryMethod
    • pl/LC_MESSAGES/Creational/FactoryMethod

4 files changed

+9
-9
lines changed

locale/ca/LC_MESSAGES/Creational/FactoryMethod/README.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
#
22
msgid ""
33
msgstr ""
44
"Project-Id-Version: DesignPatternsPHP 1.0\n"
@@ -22,11 +22,11 @@ msgstr ""
2222
#: ../../Creational/FactoryMethod/README.rst:7
2323
msgid ""
2424
"The good point over the SimpleFactory is you can subclass it to implement "
25-
"different ways to create objects"
25+
"different ways to create objects."
2626
msgstr ""
2727

2828
#: ../../Creational/FactoryMethod/README.rst:10
29-
msgid "For simple case, this abstract class could be just an interface"
29+
msgid "For simple cases, this abstract class could be just an interface."
3030
msgstr ""
3131

3232
#: ../../Creational/FactoryMethod/README.rst:12

locale/fr/LC_MESSAGES/Creational/FactoryMethod/README.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ msgstr "Rôle"
2323
#: ../../Creational/FactoryMethod/README.rst:7
2424
msgid ""
2525
"The good point over the SimpleFactory is you can subclass it to implement "
26-
"different ways to create objects"
26+
"different ways to create objects."
2727
msgstr ""
2828
"L'avantage de FactoryMethod sur SimpleFactory est que le factory "
2929
"peut être dérivée afin de mettre oeuvres différentes façons de créer un objet."
3030

3131
#: ../../Creational/FactoryMethod/README.rst:10
32-
msgid "For simple case, this abstract class could be just an interface"
32+
msgid "For simple cases, this abstract class could be just an interface."
3333
msgstr "Pour les cas simples, cette classe abstraite peut être une simple interface."
3434

3535
#: ../../Creational/FactoryMethod/README.rst:12

locale/nl/LC_MESSAGES/Creational/FactoryMethod/README.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ msgstr "Doel"
2424
#: ../../Creational/FactoryMethod/README.rst:7
2525
msgid ""
2626
"The good point over the SimpleFactory is you can subclass it to implement "
27-
"different ways to create objects"
27+
"different ways to create objects."
2828
msgstr ""
2929
"Het goede punt van SimpleFactory is dat je het kunt subklassen om "
3030
"verschillende manieren te implementeren om objecten te maken"
3131

3232
#: ../../Creational/FactoryMethod/README.rst:10
33-
msgid "For simple case, this abstract class could be just an interface"
33+
msgid "For simple cases, this abstract class could be just an interface."
3434
msgstr ""
3535
"In eenvoudige gevallen kan deze abstracte klasse slechts een interface zijn"
3636

locale/pl/LC_MESSAGES/Creational/FactoryMethod/README.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ msgstr "Przeznaczenie"
2222
#: ../../Creational/FactoryMethod/README.rst:7
2323
msgid ""
2424
"The good point over the SimpleFactory is you can subclass it to implement "
25-
"different ways to create objects"
25+
"different ways to create objects."
2626
msgstr ""
2727
"Przewagą Metody wytwórczej nad Fabryką uproszczoną jest możliwość implementowania różnych sposobów tworzenia "
2828
"obiektów poprzez dziedziczenie po klasie Metody wytwórczej."
2929

3030
#: ../../Creational/FactoryMethod/README.rst:10
31-
msgid "For simple case, this abstract class could be just an interface"
31+
msgid "For simple cases, this abstract class could be just an interface."
3232
msgstr ""
3333
"W prostych przypadkach zamiast klasy abstrakcyjnej można użyć zwykłego interfejsu."
3434

0 commit comments

Comments
 (0)