Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/i18n/localization_using_gettext.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ POT generation custom plugin
----------------------------

If you have any extra file format to deal with, you could write a custom plugin
to parse and and extract the strings from the custom file. This custom plugin
to parse and extract the strings from the custom file. This custom plugin
will extract the strings and write into the POT file when you hit **Generate POT**.
To learn more about how to create the translation parser plugin, see
:ref:`EditorTranslationParserPlugin <class_EditorTranslationParserPlugin>`.