Skip to content

Commit

Permalink
Correct paths for locale updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jan 10, 2024
1 parent 7373e4d commit 5041aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
run: |
# Commit the updated PO files.
git add docs/locale
git add docs/locales
git commit -m "Update translations."
git push origin

0 comments on commit 5041aca

Please sign in to comment.