From e9717e42485cf82558bd5dab8d4a81d736070fde Mon Sep 17 00:00:00 2001 From: John Hodges Date: Sat, 2 Oct 2021 08:46:19 -0400 Subject: [PATCH] Correct Spanish translation for AbstractFactory --- locale/es/LC_MESSAGES/Creational/AbstractFactory/README.po | 4 ++-- locale/es_MX/LC_MESSAGES/Creational/AbstractFactory/README.po | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locale/es/LC_MESSAGES/Creational/AbstractFactory/README.po b/locale/es/LC_MESSAGES/Creational/AbstractFactory/README.po index 0e0c68a..7a1126c 100644 --- a/locale/es/LC_MESSAGES/Creational/AbstractFactory/README.po +++ b/locale/es/LC_MESSAGES/Creational/AbstractFactory/README.po @@ -18,14 +18,14 @@ msgstr "`Factoría Abstracta`__" #: ../../Creational/AbstractFactory/README.rst:5 msgid "Purpose" -msgstr "Proposito" +msgstr "Propósito" #: ../../Creational/AbstractFactory/README.rst:7 msgid "" "To create series of related or dependent objects without specifying their " "concrete classes. Usually the created classes all implement the same " "interface. The client of the abstract factory does not care about how these " -"objects are created, he just knows how they go together." +"objects are created, it just knows how they go together." msgstr "" "Para crear una serie de objetos relacionados o dependientes sin especificar " "a qué clase concreta pertenecen. Normalmente las clases creadas implementan " diff --git a/locale/es_MX/LC_MESSAGES/Creational/AbstractFactory/README.po b/locale/es_MX/LC_MESSAGES/Creational/AbstractFactory/README.po index e905440..b952371 100644 --- a/locale/es_MX/LC_MESSAGES/Creational/AbstractFactory/README.po +++ b/locale/es_MX/LC_MESSAGES/Creational/AbstractFactory/README.po @@ -26,7 +26,7 @@ msgid "" "To create series of related or dependent objects without specifying their " "concrete classes. Usually the created classes all implement the same " "interface. The client of the abstract factory does not care about how these " -"objects are created, he just knows how they go together." +"objects are created, it just knows how they go together." msgstr "" "Crear series de objetos relacionados o dependientes sin especificar su " "clase concreta. Usualmente todas clases creadas implementan la misma "