mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 15:09:58 +01:00
8 lines
200 B
Bash
Executable File
8 lines
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 |