Skip to content

Commit

Permalink
ci: test sources
Browse files Browse the repository at this point in the history
  • Loading branch information
espimarisa committed Aug 29, 2024
1 parent 27c79da commit 3346102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
skip_untranslated_files: true
skip_untranslated_strings: true
source: "./locales/en-US/*.json"
source: "locales/en-US/*.json"
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
translation: "/locales/%locale%"
translation: "locales/%locale%"
upload_sources: true
upload_translations: false
env:
Expand Down

0 comments on commit 3346102

Please sign in to comment.