mojira.dev
MC-309924

The `argument.enum.invalid` string surrounds the placeholder with double quotes instead of single quotes, unlike every other command

The Bug:

The "argument.enum.invalid" string surrounds the placeholder with double quotes instead of single quotes, unlike every other command.

Affected String(s):

Before reading the table, please note the following:

  • Characters colored in GREEN are correct.

  • Characters colored in RED are incorrect.

Translation Key

Current String

Expected String

String URL on Crowdin

argument.enum.invalid

Invalid value "%s"

Invalid value %s

https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5341610

argument.criteria.invalid

Unknown criterion '%s'

Unknown criterion '%s'

https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5341826

argument.dimension.invalid

Unknown dimension '%s'

Unknown dimension '%s'

https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5341810

Steps to Reproduce:

  1. Display the affected string as listed above by using the command provided below.

    /tellraw @s {"translate":"argument.enum.invalid"}
  2. Observe the string's use of double or single quotes.

Observed Behavior:

The string uses double quotes.

Expected Behavior:

The string would use single quotes.

Attachments

Comments 1

Avoma

bl4ckscor3

Confirmed

Text

26.2, 26.3 Snapshot 3

26.3 Snapshot 4

Retrieved