1
0
Fork 0
mirror of synced 2024-07-05 06:30:31 +12:00
Rare/scripts/ts2qm.py

6 lines
159 B
Python
Raw Normal View History

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