Resolve some Spanish translation issues

This commit is contained in:
Carlos Felix 2025-01-02 12:56:59 -05:00 committed by Carlos Felix
commit 7722b830e2
7 changed files with 25 additions and 21 deletions

View file

@ -55,10 +55,11 @@ jobs:
run: ls -la public
- name: Lint
run: npm run lint
# Disabling for now due to jsonlint - TODO: put this back
# - name: License Check
# run: npm run licenses
- name: Test
- name: License Check
run: npm run licenses
- name: Unit tests
run: npm test
- name: Spanish translation test
run: npm run test:intl-translations
# - name: Check for security vulnerabilities
# run: npm audit --production