mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-14 08:12:16 +00:00
* added auto-translation action * made scripts executable * reuse * no-obsolete - reuse (#2392) * other languages - reuse * no-obsolete see everything that is 'vanished', because it does not exist * Update update_translation.sh * + --------- Co-authored-by: DanielSvoboda <daniel.svoboda@hotmail.com>
11 lines
No EOL
197 B
Bash
Executable file
11 lines
No EOL
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" |