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

The word "ticks" within a "/schedule" command feedback message is always pluralized

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.19.4 Pre-release 4, 1.19.4, 23w12a, 23w13a, 23w16a, 1.20, 1.20.1, 1.20.2, 24w10a
    • Confirmed
    • Text
    • Low
    • Platform

      The Bug:

      The word "ticks" within a "/schedule" command feedback message is always pluralized.

      This was mentioned in MC-255060, but wasn't fixed unfortunately.

      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 String:

      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.schedule.created.function Scheduled function '%s' in %s tick(s) at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/10038/enus-engb#5343955 
      commands.schedule.created.tag Scheduled tag '%s' in %s ticks at gametime %s Scheduled tag '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341162 

      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 the affected string by using the command provided below.
        /tellraw @s {"translate":"commands.schedule.created.tag"}
      2. Look closely at the affected word within the string.
      3. Take note as to whether or not the word "ticks" within a "/schedule" command feedback message is always pluralized.

      Observed Behavior:

      The word "ticks" is always pluralized.

      Expected Behavior:

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

            Unassigned Unassigned
            Avoma [Mod] Avoma
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              CHK: