Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tresabhi committed Nov 30, 2024
2 parents 00e89cf + 63a6e47 commit 08eed5c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/host-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Install sharp
run: bun init -y && bun add sharp

- name: Move directories
run: mv dist/bot/prisma .

- name: Run bot
run: |
mv dist/bot/prisma .
bun dist/bot/main.js
run: bun run dist/bot/main.js
6 changes: 3 additions & 3 deletions packages/core/lang/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@
"$": "zonas-horarias",
"description": "Cómo Blitzkrieg infiere y utiliza tu zona horaria"
},
"creators": {
"$": "creadores",
"description": "Personas que han trabajado en el bot"
"credits": {
"$": "credits",
"description": "People who have helped BlitzKit"
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions packages/core/lang/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@
"$": "vremenske zone",
"description": "Kako \"Blitzkrieg\" koristi podatke o tvojoj vremenskoj zoni"
},
"creators": {
"$": "stvarači",
"description": "Ljudi koji su radili na robotu"
"credits": {
"$": "credits",
"description": "People who have helped BlitzKit"
}
}
},
Expand Down

0 comments on commit 08eed5c

Please sign in to comment.