1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-02 20:30:27 +00:00

Remove redundant merge.py

This commit is contained in:
Aleksandr Gumroian 2020-11-25 23:29:04 +01:00
parent e864de5a24
commit a87e6858bf
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -1,7 +0,0 @@
import os
for entry in os.scandir("."):
if entry.is_dir():
print(entry.name)
os.system(f"msgmerge /home/mcjlnrtwcz/Repositories/reforis/reforis/translations/{entry.name}/LC_MESSAGES/messages.po forisjs.pot -o {entry.name}/LC_MESSAGES/forisjs.po")