Skip to content

Commit

Permalink
Key should have been 'translation'
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Mar 11, 2024
1 parent 2709551 commit 5aea7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-weblate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
echo '[weblate]' >> .weblate
echo 'url = https://hosted.weblate.org/api/' >> .weblate
echo 'translate = hedy' >> .weblate
echo 'translation = hedy' >> .weblate
echo '[keys]' >> .weblate
echo 'https://hosted.weblate.org/api/ = ${{ secrets.WEBLATE_API_KEY }}' >> .weblate
- name: Weblate commands
Expand Down

0 comments on commit 5aea7e6

Please sign in to comment.