Skip to content

Commit

Permalink
fix: language strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoreilly committed Nov 3, 2024
1 parent 4a5201e commit eb8b352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Run tests
run: npm test
- name: Build
run: npm run build
run: npm run build:prod
2 changes: 1 addition & 1 deletion src/locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"originalVocals": "Veus originals",
"dubbedVocals": "Veus doblades",
"backgroundAudio": "Àudio de Fons",
"missingUUID": "Falta UUID",
"missingUUID": "Error carregant el vídeo, manca l'UUID",
"loadingMedia": "Carregant vídeo, si us plau, espereu...",
"edit": "Edita"
}

0 comments on commit eb8b352

Please sign in to comment.