소스 검색

Remove pleonasm in Localization using gettext (#4968)

Co-authored-by: Hugo Locurcio <[email protected]>
DeeJayLSP 4 년 전
부모
커밋
b1c6f4ac40
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tutorials/i18n/localization_using_gettext.rst

+ 2 - 2
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