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

Some words within some realms strings are always pluralized

XMLWordPrintable

    • Confirmed
    • Text
    • Low
    • Platform

      The Bug:

      Some words within some realms strings are 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
      mco.invites.pending New invites! New invite(s)! https://crowdin.com/translate/minecraft/10038/enus-engb#5342684 
      mco.configure.world.invite.narration You have %s new invites You have %s new invite(s) https://crowdin.com/translate/minecraft/10038/enus-engb#5342382 
      mco.activity.noactivity No activity for the past %s days No activity for the past %s day(s) https://crowdin.com/translate/minecraft/10038/enus-engb#5342718 

      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 words within the string.
      3. Take note as to whether or not some words within some realms strings are always pluralized.

      Observed Behavior:

      Some words are always pluralized.

      Expected Behavior:

      All words would be correctly singularized or pluralized where appropriate. 

            parberge [Mojang] parberge
            Avoma [Mod] Avoma
            Votes:
            4 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: