1
0
Fork 0
mirror of synced 2024-09-28 15:31:14 +12:00
Rare/misc/ts2qm.py
2021-12-05 19:47:06 +01:00

5 lines
159 B
Python

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