Skip to content

Commit

Permalink
Another rename for makerst.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Oct 26, 2021
1 parent 2ecab04 commit cce7797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/translations/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Content-Transfer-Encoding: 8-bit\\n"
"""
# Some strings used by makerst.py are normally part of the editor translations,
# Some strings used by make_rst.py are normally part of the editor translations,
# so we need to include them manually here for the online docs.
BASE_STRINGS = [
"Description",
Expand Down Expand Up @@ -225,7 +225,7 @@ def _generate_translation_catalog_file(unique_msgs, output):
with open(output, "w", encoding="utf8") as f:
f.write(HEADER)
for msg in BASE_STRINGS:
f.write("#: doc/tools/makerst.py\n")
f.write("#: doc/tools/make_rst.py\n")
f.write('msgid "{}"\n'.format(msg))
f.write('msgstr ""\n\n')
for msg in unique_msgs:
Expand Down

0 comments on commit cce7797

Please sign in to comment.