1
0
Fork 0
mirror of synced 2024-06-02 18:54:41 +12:00
Rare/scripts/ts2qm.py
Dummerle 18a04c1911
Add a workflow, to update placeholder.ts automatically
- Update french translation
- add ts2qm.py script
2021-10-24 22:54:14 +02:00

6 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)