From 4e4b4de6660d67afd9dd4f8dc9fc1367655a865c Mon Sep 17 00:00:00 2001 From: Yann Chabot Date: Wed, 13 Oct 2021 08:19:58 -0400 Subject: [PATCH] Fix broken msgid so that translation works properly --- locale/ca/LC_MESSAGES/Creational/FactoryMethod/README.po | 6 +++--- locale/fr/LC_MESSAGES/Creational/FactoryMethod/README.po | 4 ++-- locale/nl/LC_MESSAGES/Creational/FactoryMethod/README.po | 4 ++-- locale/pl/LC_MESSAGES/Creational/FactoryMethod/README.po | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/locale/ca/LC_MESSAGES/Creational/FactoryMethod/README.po b/locale/ca/LC_MESSAGES/Creational/FactoryMethod/README.po index d409bec..ed43c2f 100644 --- a/locale/ca/LC_MESSAGES/Creational/FactoryMethod/README.po +++ b/locale/ca/LC_MESSAGES/Creational/FactoryMethod/README.po @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "" "Project-Id-Version: DesignPatternsPHP 1.0\n" @@ -22,11 +22,11 @@ msgstr "" #: ../../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 "" #: ../../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 "" #: ../../Creational/FactoryMethod/README.rst:12 diff --git a/locale/fr/LC_MESSAGES/Creational/FactoryMethod/README.po b/locale/fr/LC_MESSAGES/Creational/FactoryMethod/README.po index 6d5ec42..5cc60a7 100644 --- a/locale/fr/LC_MESSAGES/Creational/FactoryMethod/README.po +++ b/locale/fr/LC_MESSAGES/Creational/FactoryMethod/README.po @@ -23,13 +23,13 @@ msgstr "Rôle" #: ../../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 "" "L'avantage de FactoryMethod sur SimpleFactory est que le factory " "peut être dérivée afin de mettre oeuvres différentes façons de créer un objet." #: ../../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 "Pour les cas simples, cette classe abstraite peut être une simple interface." #: ../../Creational/FactoryMethod/README.rst:12 diff --git a/locale/nl/LC_MESSAGES/Creational/FactoryMethod/README.po b/locale/nl/LC_MESSAGES/Creational/FactoryMethod/README.po index 8940cf7..0857eec 100644 --- a/locale/nl/LC_MESSAGES/Creational/FactoryMethod/README.po +++ b/locale/nl/LC_MESSAGES/Creational/FactoryMethod/README.po @@ -24,13 +24,13 @@ msgstr "Doel" #: ../../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 "" "Het goede punt van SimpleFactory is dat je het kunt subklassen om " "verschillende manieren te implementeren om objecten te maken" #: ../../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 "" "In eenvoudige gevallen kan deze abstracte klasse slechts een interface zijn" diff --git a/locale/pl/LC_MESSAGES/Creational/FactoryMethod/README.po b/locale/pl/LC_MESSAGES/Creational/FactoryMethod/README.po index 9e5980a..fb3d67c 100644 --- a/locale/pl/LC_MESSAGES/Creational/FactoryMethod/README.po +++ b/locale/pl/LC_MESSAGES/Creational/FactoryMethod/README.po @@ -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."