1
0
Fork 0
mirror of synced 2024-06-10 22:54:41 +12:00
Rare/misc/ts2qm.py
2021-12-09 21:59:07 +01:00

6 lines
169 B
Python

import os
for f in os.listdir("../rare/resources/languages/"):
if f.endswith(".ts") and f != "placeholder.ts":
os.system("lrelease ../rare/languages/" + f)