i18n with QT

This commit is contained in:
2022-02-01 18:29:54 +01:00
parent 26e2ee89e8
commit 939c86dbe2
11 changed files with 356 additions and 29 deletions

7
translate.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo "extract text from source files"
pyside6-lupdate *.py raven/*.py raven/plugins/*.py -recursive -ts messages_de.ts
echo "write translation to qm file"
pyside6-lrelease messages_de.ts -qm translations/messages_de.qm