Skip to content

Commit

Permalink
docs: fix space -> tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Jan 17, 2024
1 parent 5da2d94 commit c6ada21
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ A correct translation json for english and german would look like that:
{
"name": "my_command",
"description": "This is description of the command group.",
"type": 1,
"type": 1,
"name_translations": {
"en-US": "my_command",
"de": "mein_befehl"
Expand All @@ -88,7 +88,7 @@ A correct translation json for english and german would look like that:
"en-US": "This is description of the command group.",
"de": "Das ist die description der Befehl Gruppe."
},
"groups": [],
"groups": [],
"commands": [
{
"name": "first",
Expand Down Expand Up @@ -117,7 +117,7 @@ A correct translation json for english and german would look like that:
{
"name": "value",
"description": "Some string value.",
"type": 3,
"type": 3,
"name_translations": {
"en-US": "value",
"de": "wert"
Expand Down

0 comments on commit c6ada21

Please sign in to comment.