Skip to content

Commit

Permalink
fix(de): update sport translation (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Jan 8, 2024
1 parent c3cafd6 commit b35b12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
uses: graasp/graasp-deploy/.github/actions/publish-to-npm@v1
with:
npm-token: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created == "true" }}
if: ${{ steps.release.outputs.release_created == 'true' }}
2 changes: 1 addition & 1 deletion src/langs/de/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"natural-science": "Naturwissenschaft",
"arts": "Kunst",
"informatics": "Informatik",
"physical-education": "Sportunterricht",
"physical-education": "Sport",
"kindergarten": "Kindergarten",
"primary-school": "Grundschule",
"lower-secondary-education": "Mittelschule",
Expand Down

0 comments on commit b35b12e

Please sign in to comment.