build: extract strings sync script for local use

This commit is contained in:
Mario Guggenberger 2026-01-10 12:50:31 +00:00
commit 11bd4d214e
No known key found for this signature in database
GPG key ID: 4BF213E6EF2D7EA1
7 changed files with 19 additions and 12 deletions

7
scripts/sync-strings Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -ex
cd "$(dirname "$0")/.."
uv run markdown-code-runner --verbose README.md
uv run python ./scripts/update-services.py
uv run python ./scripts/update-strings.py