Skip to content

Update localized strings #236

Update localized strings

Update localized strings #236

Workflow file for this run

# spelling.yml is disabled per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-p8r9-69g4-jwqq

Check failure on line 1 in .github/workflows/spelling2.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/spelling2.yml

Invalid workflow file

(Line: 5, Col: 15): Unexpected value ''
name: Workflow should not run!
on:
push:
branches: ''
jobs:
placeholder:
name: Should be disabled
runs-on: ubuntu-latest
if: false
steps:
- name: Task
run: |
echo 'Running this task would be bad'
exit 1