Remove pleonasm in Localization using gettext (#4968)

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
DeeJayLSP
2021-06-07 16:57:46 -03:00
committed by GitHub
parent 134c1ff72b
commit 5e2ca0c91c

View File

@@ -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