Compare commits

...

8 commits

Author SHA1 Message Date
tooomm
e65271c434
Update translations-push.yml 2026-04-11 16:52:17 +02:00
tooomm
1cc3d8c588
Update translations-push.yml 2026-04-11 16:51:17 +02:00
tooomm
fec725513f
try linguist-qt6 2026-04-11 16:41:07 +02:00
tooomm
b1e1bbc9c7
Update translations-push.yml 2026-04-11 16:28:18 +02:00
tooomm
3d57e6e7c5
Update translations-push.yml 2026-04-11 16:27:04 +02:00
tooomm
d6ef1dd111
Update translations-push.yml 2026-04-11 16:13:46 +02:00
tooomm
45f2579e21
Update translations-push.yml 2026-04-11 16:06:09 +02:00
tooomm
6a0384c175
qt5 2026-04-11 14:52:00 +02:00

View file

@ -26,15 +26,18 @@ jobs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends qttools5-dev-tools
sudo apt-get install -y --no-install-recommends linguist-qt6
/usr/lib/qt6/bin/lupdate -version
- name: Update Cockatrice translation source
id: cockatrice
shell: bash
env:
FILE: 'cockatrice/cockatrice_en@source.ts'
run: |
FILE="cockatrice/cockatrice_en@source.ts"
export DIRS="cockatrice/src $(find . -maxdepth 1 -type d -name 'libcockatrice_*')"
FILE="$FILE" DIRS="$DIRS" .ci/update_translation_source_strings.sh
DIRS="cockatrice/src $(find . -maxdepth 1 -type d -name 'libcockatrice_*')"
export DIRS
.ci/update_translation_source_strings.sh
- name: Update Oracle translation source
id: oracle