1
0
Fork 0
mirror of synced 2024-06-27 18:51:06 +12:00
Rare/misc/ts2qm.py

6 lines
169 B
Python
Raw Normal View History

import os
2021-12-10 09:59:07 +13:00
for f in os.listdir("../rare/resources/languages/"):
if f.endswith(".ts") and f != "placeholder.ts":
os.system("lrelease ../rare/languages/" + f)