Update translations?

Took 19 seconds
This commit is contained in:
Lukas Brübach 2025-10-08 21:10:58 +02:00
parent d6db8ba1e3
commit 31e57246e6
3 changed files with 1835 additions and 1791 deletions

View file

@ -31,10 +31,10 @@ jobs:
- name: Update Cockatrice translation source
id: cockatrice
shell: bash
env:
FILE: 'cockatrice/cockatrice_en@source.ts'
DIRS: 'cockatrice/src common'
run: .ci/update_translation_source_strings.sh
run: |
FILE="cockatrice/cockatrice_en@source.ts"
DIRS="cockatrice/src $(find . -maxdepth 1 -type d -name 'libcockatrice_*')"
FILE="$FILE" DIRS="$DIRS" .ci/update_translation_source_strings.sh
- name: Update Oracle translation source
id: oracle