From 5e2ca0c91cad330c717b26c52e4c88e013ada31f Mon Sep 17 00:00:00 2001 From: DeeJayLSP <60024671+DeeJayLSP@users.noreply.github.com> Date: Mon, 7 Jun 2021 16:57:46 -0300 Subject: [PATCH] Remove pleonasm in Localization using gettext (#4968) Co-authored-by: Hugo Locurcio --- tutorials/i18n/localization_using_gettext.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/i18n/localization_using_gettext.rst b/tutorials/i18n/localization_using_gettext.rst index 265f1fc88..c46c80a71 100644 --- a/tutorials/i18n/localization_using_gettext.rst +++ b/tutorials/i18n/localization_using_gettext.rst @@ -156,8 +156,8 @@ Updating message files to follow the PO template After updating the PO template, you will have to update message files so that they contain new strings, while removing strings that are no longer -present in the PO template removed in the PO template. This can be done -automatically using the ``msgmerge`` tool: +present in the PO template. This can be done automatically using the +``msgmerge`` tool: .. code-block:: shell