Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dotabod/backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Jun 29, 2024
2 parents 2fbc29e + 60275eb commit 864835e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
password: ${{ secrets.GHA_PAT }}

- name: Build and push
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
push: true
provenance: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Create Pull Request
id: cpr
if: ${{ steps.count.outputs.lines != '0' }}
uses: peter-evans/create-pull-request@v6.0.5
uses: peter-evans/create-pull-request@v6.1.0
with:
title: "[CI] New Crowdin Translations"
body: The latest approved translations from Crowdin
Expand Down
4 changes: 2 additions & 2 deletions packages/dota/locales/ja-JP/translation.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"aegis": {
"denied": "{{- heroName}} denied the aegis {{emote}}",
"expired": "{{- heroName}}'s aegis expired {{emote}}",
"denied": "",
"expired": "",
"pickup": "{{- heroName}} picked up the aegis!",
"snatched": "{{- heroName}} snatched the aegis {{emote}}"
},
Expand Down

0 comments on commit 864835e

Please sign in to comment.