Skip to content

Commit

Permalink
Added locales test check
Browse files Browse the repository at this point in the history
  • Loading branch information
silversonicaxel committed Jan 23, 2025
1 parent 9484371 commit c1dd1b1
Show file tree
Hide file tree
Showing 5 changed files with 461 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
- name: Linting checks
run: npm run lint

- name: Locales tests
run: npm run test:locales

- name: Unit Tests
run: npm run test:unit
3 changes: 2 additions & 1 deletion locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"menu" : {
"home": "home",
"bookshops": "bookshops",
"bookshop": "bookshop"
"bookshop": "bookshop",
"bookshop2": "bookshop"
},
"language" : {
"it": "italian",
Expand Down
Loading

0 comments on commit c1dd1b1

Please sign in to comment.