Skip to content

Commit

Permalink
fix locale error
Browse files Browse the repository at this point in the history
  • Loading branch information
Oribuin committed Jun 13, 2024
1 parent 214002d commit 340bf43
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/main/resources/locale/en_US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ only-player: This command can only be executed by a player.
only-console: This command can only be executed by console.
unknown-command: 'Unknown command, use #00B4DB/%cmd%&f help for more info'

# Main Tags Command
command-tags-description: Displays the tags menu.

# Categories Command
command-categories-description: Displays the categories menu.

Expand Down Expand Up @@ -39,11 +42,6 @@ command-favorite-cleared: You have cleared all your favorite tags.
command-favorite-on: 'on'
command-favorite-off: 'off'

# Migrate Command
command-migrate-description: Migrates tags from one plugin to another.
command-migrate-success: You have successfully migrated your tags from %from% to %to%.
command-migrate-matching: Choose two different data storage types to migrate from and to.

# Random Command
command-random-description: Automatically equips a random tag you own.

Expand Down Expand Up @@ -88,4 +86,3 @@ argument-handler-tags: '%input% is not a valid tag id.'
argument-handler-edit-option: Please provide a valid tag value option.
argument-handler-category: Please provide a valid category.
argument-handler-material: Please provide a valid material.
argument-handler-data-storage-type: Please provide a valid data storage type.

0 comments on commit 340bf43

Please sign in to comment.