Skip to content

feat: Added player count metadata from SS with display and filter #443

feat: Added player count metadata from SS with display and filter

feat: Added player count metadata from SS with display and filter #443

Workflow file for this run

name: I18N Localization Check
on:
pull_request:
paths:
- "frontend/src/locales/**/*.json"
permissions: read-all
jobs:
check-translations:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up Python 3.13
uses: actions/[email protected]
with:
python-version: "3.13"
- name: Run localization check
run: python frontend/src/locales/check_i18n_locales.py