mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-12 21:40:29 +02:00
fix the textdomain headers
This commit is contained in:
2
i18n.py
2
i18n.py
@ -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 = {}
|
||||
|
||||
|
Reference in New Issue
Block a user