This commit is contained in:
tooomm
2026-04-11 14:52:00 +02:00
committed by GitHub
parent fcfd188ae8
commit 6a0384c175
+6 -4
View File
@@ -26,15 +26,17 @@ 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 qt6-tools-dev
- 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