Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-188265

The word "blocks" within some "/locate" command feedback messages is always pluralized

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.16 Pre-release 2, 1.19.4 Pre-release 3, 1.19.4 Pre-release 4, 1.19.4 Release Candidate 1, 1.19.4 Release Candidate 2, 1.19.4 Release Candidate 3, 1.19.4, 23w12a, 23w13a, 23w14a, 23w16a, 23w17a, 23w18a, 1.20 Pre-release 1, 1.20 Pre-release 2, 1.20 Pre-release 4, 1.20 Pre-release 5, 1.20 Pre-release 6, 1.20 Pre-release 7, 1.20 Release Candidate 1, 1.20, 1.20.1 Release Candidate 1, 1.20.1, 23w31a, 23w32a, 23w33a, 23w35a, 1.20.2 Pre-release 2, 1.20.2 Pre-Release 3, 1.20.2 Pre-Release 4, 1.20.2 Release Candidate 1, 1.20.2 Release Candidate 2, 1.20.2, 23w40a, 23w41a, 23w42a, 23w43a, 23w43b, 23w44a, 23w45a, 23w46a, 1.20.3 Pre-Release 1, 1.20.3 Pre-Release 2, 1.20.3 Pre-Release 3, 1.20.3 Pre-Release 4, 1.20.3 Release Candidate 1, 1.20.3, 1.20.4 Release Candidate 1, 1.20.4, 23w51b, 24w03a, 24w03b, 24w04a, 24w05a, 24w06a, 24w07a, 24w09a, 24w10a, 24w11a, 24w12a, 24w13a, 24w14a, 1.20.5 Pre-Release 1, 1.20.5 Pre-Release 2, 1.20.5 Pre-Release 3, 1.20.5 Pre-Release 4, 1.20.5 Release Candidate 1, 1.20.5 Release Candidate 2, 1.20.5, 24w18a, 1.20.6 Release Candidate 1, 1.20.6
    • Confirmed
    • Commands, Text
    • Low
    • Platform

      The Bug:

      The word "blocks" within some "/locate" command feedback messages is always pluralized.

      This is an issue because when the value before the given noun is "1", the noun's plural form is used instead of its singular one, therefore making the string grammatically incorrect in some cases.

      Affected Strings:

      Before reading the table, please note the following:

      • Words colored in GREEN are correct.
      • Words colored in RED are incorrect.

       

      Translation Key Current String Expected String String URL on Crowdin
      commands.locate.biome.success The nearest %s is at %s (%s blocks away) The nearest %s is at %s (%s block(s) away) https://crowdin.com/translate/minecraft/10038/enus-engb#5341660 
      commands.locate.poi.success The nearest %s is at %s (%s blocks away) The nearest %s is at %s (%s block(s) away) https://crowdin.com/translate/minecraft/10038/enus-engb#5341666 
      commands.locate.structure.success The nearest %s is at %s (%s blocks away) The nearest %s is at %s (%s block(s) away) https://crowdin.com/translate/minecraft/10038/enus-engb#5341654 

      Alternatively, instead of having one string cover both the plural and non-plural variants of the word, two separate translation strings could be created, one of which covers the plural variant and the other that covers the non-plural variant.

      Steps to Reproduce:

      1. Display any of the affected strings as listed above by using the command provided below and replacing "XYZ" with the string's translation key.
        /tellraw @s {"translate":"XYZ"}
      2. Look closely at the affected word within the string.
      3. Take note as to whether or not some words within "/clear" command feedback messages are always pluralized.

      Observed Behavior:

      The word "blocks" is always pluralized.

      Expected Behavior:

      The word "blocks" would be correctly singularized or pluralized where appropriate.

            Unassigned Unassigned
            mattp_12 mattp_12
            Votes:
            5 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              CHK: