i18n with QT
This commit is contained in:
7
translate.sh
Executable file
7
translate.sh
Executable 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
|
||||
Reference in New Issue
Block a user