fix the textdomain headers

This commit is contained in:
FaceDeer
2020-02-19 13:42:36 -07:00
parent b519280f1c
commit 947cb72f5a
16 changed files with 16 additions and 16 deletions

View File

@ -200,7 +200,7 @@ def mkdir_p(path):
# dOld is a dictionary of existing translations and comments from
# the previous version of this text
def strings_to_text(dkeyStrings, dOld, mod_name):
lOut = [f"##### textdomain: {mod_name} #####\n"]
lOut = [f"# textdomain: {mod_name}\n"]
dGroupedBySource = {}