mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
copy_fix: Don't generate comment line, just add missing translations at the end
This commit is contained in:
parent
3278002ac7
commit
2d581e0612
|
@ -45,7 +45,6 @@ content = [line for line in content if line != None]
|
|||
if append_missing:
|
||||
missing = [index for index in range(len(local)) if index not in supported]
|
||||
if missing:
|
||||
content.append("\n##### generated by copy_fix.py, please translate this #####\n")
|
||||
for miss in missing:
|
||||
content.append("\n"+local[miss]+"\n== \n")
|
||||
|
||||
|
|
Loading…
Reference in a new issue