This commit is contained in:
tooomm 2026-04-25 10:01:47 -03:00 committed by GitHub
commit 8497452d6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
61 changed files with 48 additions and 482 deletions

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 qt6-l10n-tools
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