mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-06-25 13:58:35 -04:00
8 lines
No EOL
200 B
Bash
Executable file
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 |