azahar/tools/update-translations.sh
OpenSauce04 1d562cdd11 tools: Added new tool scripts for updating translations and the compatibility list
Also added a brief readme file to the directory
2025-04-30 10:39:41 +01:00

8 lines
No EOL
200 B
Bash
Executable file

#!/bin/bash -ex
# This script assumes that the Transifex CLI and Qt Linquist CLI tools are installed
cd ./dist/languages/
tx pull -a -f
cd ../../
lupdate -recursive './src' -ts ./dist/languages/*.ts