shadPS4/.github/workflows/scripts/update_translation.sh
DanielSvoboda 1ea5b9e189
no-obsolete - reuse (#2392)
* other languages - reuse

* no-obsolete

see everything that is 'vanished', because it does not exist

* Update update_translation.sh

* +
2025-02-13 15:50:08 +02:00

11 lines
197 B
Bash
Executable File

#!/bin/bash
set -e
sudo apt-get -y install qt6-l10n-tools python3
SCRIPT_PATH="src/qt_gui/translations/update_translation.sh"
chmod +x "$SCRIPT_PATH"
PATH=/usr/lib/qt6/bin:$PATH "$SCRIPT_PATH"