mirror of
https://github.com/azahar-emu/azahar
synced 2026-04-23 09:23:56 +00: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 |