Add new renames

This commit is contained in:
DarkPhoenix
2024-09-18 13:42:53 +02:00
parent 5b0df0a9c3
commit 1312177e0e
2 changed files with 25 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ def main(old, new, groups=True, effects=True, attributes=True, renames=True):
print('\nRenamed ' + title + ':')
for id in sorted(ren_dict):
couple = ren_dict[id]
print((" \"{0}\": \"{1}\",".format(couple[0].encode('utf-8'), couple[1].encode('utf-8'))))
print((" \"{0}\": \"{1}\",".format(couple[0], couple[1])))
groupcats = {}
def getgroupcat(grp):