Skip to content

Commit 11cfe39

Browse files
authored
Merge pull request #58 from BentoBoxWorld/fix/cs-yml-malformed-yaml
fix(locale): quote cs.yml island-chat-spy syntax to fix malformed YAML
2 parents 205da87 + 9c3c996 commit 11cfe39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/resources/locales

src/main/resources/locales/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ chat:
2525
description: "Přepnout šmírování chatů na všech ostrovech"
2626
spy-on: <green>Šmírování chatů na ostrovech zapnuto</green>
2727
spy-off: <red>Šmírování chatů na ostrovech vypnuto</red>
28-
syntax: <red>[island-chat-spy]</red> <dark_red>[name]</dark_red>: [message]
28+
syntax: "<red>[island-chat-spy]</red> <dark_red>[name]</dark_red>: [message]"

0 commit comments

Comments
 (0)