mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-07-01 04:16:26 +00:00
fix: translation file extraction script
This commit is contained in:
@ -56,7 +56,7 @@ commands = [
|
|||||||
], # en_US
|
], # en_US
|
||||||
]
|
]
|
||||||
if no_obsolete:
|
if no_obsolete:
|
||||||
commands = [command.extend(["-no-obsolete"]) for command in commands]
|
commands = [command + ["-no-obsolete"] for command in commands]
|
||||||
|
|
||||||
for command in commands:
|
for command in commands:
|
||||||
subprocess.run(command)
|
subprocess.run(command)
|
||||||
|
Reference in New Issue
Block a user