From 8e817005f180a786c921a62c80f7c02385335e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Sun, 9 Jan 2022 22:27:42 +0100 Subject: [PATCH] Fix union operator translation Closes #1818 --- whatsnew/3.10.po | 2 +- whatsnew/3.9.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/whatsnew/3.10.po b/whatsnew/3.10.po index b5bd62e87b..5cbbf83b35 100644 --- a/whatsnew/3.10.po +++ b/whatsnew/3.10.po @@ -889,7 +889,7 @@ msgstr "" #: ../Doc/whatsnew/3.10.rst:716 msgid "PEP 604: New Type Union Operator" -msgstr "PEP 604: Nuevo tipo de operador sindical" +msgstr "PEP 604: Nuevo tipo de operador unión" #: ../Doc/whatsnew/3.10.rst:718 msgid "" diff --git a/whatsnew/3.9.po b/whatsnew/3.9.po index c4bd22d178..a7cd704bfa 100644 --- a/whatsnew/3.9.po +++ b/whatsnew/3.9.po @@ -73,7 +73,7 @@ msgstr "Nuevas funciones de sintaxis:" #: ../Doc/whatsnew/3.9.rst:65 msgid ":pep:`584`, union operators added to ``dict``;" -msgstr ":pep:`584`, operadores sindicales agregados a ``dict``;" +msgstr ":pep:`584`, operadores unión agregados a ``dict``;" #: ../Doc/whatsnew/3.9.rst:66 msgid ":pep:`585`, type hinting generics in standard collections;"