Skip to content

Commit

Permalink
Testing Translation System (Not Full Commitment)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckodas committed Nov 12, 2023
1 parent 30bfd09 commit b0a62bd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/bot/locales/en_US/commands.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ping": {
"name": "Ping",
"description": "Check if the bot is alive"
}
}
3 changes: 0 additions & 3 deletions packages/bot/locales/en_US/common.json

This file was deleted.

7 changes: 7 additions & 0 deletions packages/bot/locales/en_US/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"interactionCreate": {
"command": {
"cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again <t:{{expiredTimestamp}}:R>."
}
}
}

0 comments on commit b0a62bd

Please sign in to comment.