Skip to content

Standardize i18n keys #160

Standardize i18n keys

Standardize i18n keys #160

Workflow file for this run

name: pr_ci_i18n
on:
pull_request:
branches:
- main
types: [opened, reopened, synchronize]
paths:
- "**/en-US.json"
push:
branches:
- main
paths:
- "**/en-US.json"
jobs:
i18n_check:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo Content
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Execute i18n Values Check
working-directory: ./frontend/i18n/check
run: python i18n_check_values.py
- name: Execute i18n Keys Check
if: always()
working-directory: ./frontend/i18n/check
run: python i18n_check_keys.py