prepare i18n
This commit is contained in:
9
pylupdate.py
Normal file
9
pylupdate.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import glob
|
||||
import os
|
||||
|
||||
from PyQt6.lupdate import lupdate
|
||||
|
||||
if __name__ == "__main__":
|
||||
python_files = glob.glob(r"*.py")
|
||||
print(python_files)
|
||||
lupdate(python_files, ["messages_de.ts"])
|
||||
Reference in New Issue
Block a user