Skip to content

Commit 9c3c996

Browse files
tastybentoclaude
andcommitted
fix(locale): quote cs.yml island-chat-spy syntax to fix malformed YAML
The island-chat-spy syntax line contained an unquoted `: ` (colon+space) which YAML interprets as a mapping separator, causing a parse error on startup. Quoted the value to match the already-quoted team-chat-spy line. Fixes BentoBoxWorld/BentoBox#2953 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 205da87 commit 9c3c996

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)