Skip to content

Commit

Permalink
Language changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Sep 20, 2023
1 parent 0d7f3cf commit 9b4d60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
let body = `Site preview(es): https://pr-preview-${{ github.event.pull_request.number }}-pt-quarkusio.surge.sh`
let body = `Site preview(pt): https://pr-preview-${{ github.event.pull_request.number }}-pt-quarkusio.surge.sh`
github.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: bin/push-changes "Update .po files"

- name: Update translation stats
# Update the translation stats .csv file, which is used as an simplified dashboard ( https://github.com/quarkusio/es.quarkus.io/blob/master/l10n/stats/translation.csv )
# Update the translation stats .csv file, which is used as an simplified dashboard ( https://github.com/quarkusio/pt.quarkus.io/blob/master/l10n/stats/translation.csv )
run: bin/update-translation-stats

- name: Push changes
Expand Down

0 comments on commit 9b4d60e

Please sign in to comment.