Make the plot jukebox gui translatable

Fixes https://github.com/IntellectualSites/PlotSquared-Translations/issues/2
This commit is contained in:
NotMyFault
2021-05-13 20:21:19 +02:00
parent 9344e1ca79
commit 3d7c191d1c
2 changed files with 9 additions and 5 deletions

View File

@ -670,5 +670,9 @@
"commands.description.trust": "<gray>Allow a user to build in a plot and use WorldEdit while the plot owner is offline.</gray>",
"commands.description.unlink": "<gray>Unlink a mega-plot.</gray>",
"commands.description.visit": "<gray>Visit someones plot.</gray>",
"commands.description.weanywhere": "<gray>Force bypass of WorldEdit restrictions.</gray>"
"commands.description.weanywhere": "<gray>Force bypass of WorldEdit restrictions.</gray>",
"plotjukebox.jukebox_header": "Plot Jukebox",
"plotjukebox.click_to_play": "<green>Click to play!</green>",
"plotjukebox.cancel_music": "<gold>Cancel music</gold>",
"plotjukebox.reset_music": "<red>Click to remove the music!</red>"
}