Update file main.py

This commit is contained in:
Slava
2023-08-28 22:25:46 +00:00
parent 6c079dc150
commit 5ac2a2c8d3

View File

@@ -64,7 +64,7 @@ def all_to_translate(_dir):
if len(_strings) > 0:
for _string in _strings:
_list.append(_string)
_title = f'# ========== {_file.split("WPE2")[1]} ==========\n'
_title = f'# ========== {_file.split("weapon-project-extended")[1]} ==========\n'
_str = _str + _title
print(f'Generate translation file for {_file.split("WPE2")[1]}')
# print(_list)