fix: translation file extraction script

This commit is contained in:
283375 2023-10-23 16:08:11 +08:00
parent 28599cfb04
commit 38d2e4ad5a
Signed by: 283375
SSH Key Fingerprint: SHA256:UcX0qg6ZOSDOeieKPGokA5h7soykG61nz2uxuQgVLSk

View File

@ -56,7 +56,7 @@ commands = [
], # en_US
]
if no_obsolete:
commands = [command.extend(["-no-obsolete"]) for command in commands]
commands = [command + ["-no-obsolete"] for command in commands]
for command in commands:
subprocess.run(command)