mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-31 07:43:16 +00:00
Auto update of english translation file based on sources (#2349)
* 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>
This commit is contained in:
parent
c94cd531f0
commit
1e7f651b1b
4 changed files with 58 additions and 0 deletions
11
.github/workflows/scripts/update_translation.sh
vendored
Executable file
11
.github/workflows/scripts/update_translation.sh
vendored
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/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"
|
Loading…
Add table
Add a link
Reference in a new issue