mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-12-25 00:11:36 +01:00
Remove redundant merge.py
This commit is contained in:
parent
e864de5a24
commit
a87e6858bf
|
@ -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")
|
|
Loading…
Reference in New Issue
Block a user