Some words within "/function" and "/schedule" command feedback messages are always pluralized
The Bug:
Some words within "/function" and "/schedule" command feedback messages 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 |
|---|---|---|---|
| commands.debug.function.success.single | Traced %s commands from function '%s' to output file %s | Traced %s command(s) from function '%s' to output file %s | https://crowdin.com/translate/minecraft/10038/enus-engb#5341028 |
| commands.debug.function.success.multiple | Traced %s commands from %s functions to output file %s | Traced %s command(s) from %s functions to output file %s | https://crowdin.com/translate/minecraft/10038/enus-engb#5341030 |
| commands.function.success.single | Executed %s commands from function '%s' | Executed %s command(s) from function '%s' | https://crowdin.com/translate/minecraft/10038/enus-engb#5341092 |
| commands.function.success.multiple | Executed %s commands from %s functions | Executed %s command(s) from %s functions | https://crowdin.com/translate/minecraft/10038/enus-engb#5341094 |
| commands.schedule.created.function | Scheduled function '%s' in %s ticks at gametime %s | Scheduled function '%s' in %s tick(s) at gametime %s | https://crowdin.com/translate/minecraft/10038/enus-engb#5341160 |
| 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 |
| commands.schedule.cleared.success | Removed %s schedules with id %s | Removed %s schedule(s) with id %s | https://crowdin.com/translate/minecraft/10038/enus-engb#5341164 |
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:
- 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"} - Look closely at the affected words within the string.
- Take note as to whether or not some words within "/function" and "/schedule" command feedback messages are always pluralized.
Observed Behavior:
Some words are always pluralized.
Expected Behavior:
The said words would be correctly singularized or pluralized where appropriate.
Linked Issues
relates to6
Created Issue:
Some words that have values present before them within some function command strings are always pluralized
The Bug:
Some words that have values present before them within some function command strings are always pluralized.
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.debug.function.success.single Traced %s commands from function '%s' to output file %s Traced %s command(s) from function '%s' to output file %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269767 commands.debug.function.success.multiple Traced %s commands from %s functions to output file %s Traced %s command(s) from %s functions to output file %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269769 commands.function.success.single Executed %s commands from function '%s' Executed %s command(s) from function '%s' https://crowdin.com/translate/minecraft/9885/enus-engb#5269831 commands.function.success.multiple Executed %s commands from %s functions Executed %s command(s) from %s functions https://crowdin.com/translate/minecraft/9885/enus-engb#5269833 commands.schedule.created.function Scheduled function '%s' in %s ticks at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269903 Steps to Reproduce:
- Display any of the affected strings as listed above by using the commands provided below.
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.debug.function.success.multiple"}
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.function.success.multiple"}
/tellraw @s {"translate":"commands.schedule.created.function"}
- Look closely at the words that have values present before them.
- Take note as to whether or not some words that have values present before them within some function command strings are always pluralized.
Observed Behavior:
Some words that have values present before them are always pluralized.
Expected Behavior:
All words that have values present before them would be correctly singularized or pluralized.
The Bug:
Some
words that have values present before them within some function command strings are always pluralized.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.debug.function.success.single Traced %s commands from function '%s' to output file %s Traced %s command(s) from function '%s' to output file %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269767 commands.debug.function.success.multiple Traced %s commands from %s functions to output file %s Traced %s command(s) from %s functions to output file %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269769 commands.function.success.single Executed %s commands from function '%s' Executed %s command(s) from function '%s' https://crowdin.com/translate/minecraft/9885/enus-engb#5269831 commands.function.success.multiple Executed %s commands from %s functions Executed %s command(s) from %s functions https://crowdin.com/translate/minecraft/9885/enus-engb#5269833 commands.schedule.created.function Scheduled function '%s' in %s ticks at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269903 Steps to Reproduce:
- Display any of the affected strings as listed above by using the commands provided below.
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.debug.function.success.multiple"}
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.function.success.multiple"}
/tellraw @s {"translate":"commands.schedule.created.function"}
- Look closely at the
words that have values present before them.- Take note as to whether or not some
words that have values present before them within some function command strings are always pluralized.Observed Behavior:
Some
words that have values present before them are always pluralized.Expected Behavior:
All
words that have values present before them would be correctly singularized or pluralized.The Bug:
Some nouns that have values present before them within some function command 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 commands.debug.function.success.single Traced %s commands from function '%s' to output file %s Traced %s command(s) from function '%s' to output file %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269767 commands.debug.function.success.multiple Traced %s commands from %s functions to output file %s Traced %s command(s) from %s functions to output file %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269769 commands.function.success.single Executed %s commands from function '%s' Executed %s command(s) from function '%s' https://crowdin.com/translate/minecraft/9885/enus-engb#5269831 commands.function.success.multiple Executed %s commands from %s functions Executed %s command(s) from %s functions https://crowdin.com/translate/minecraft/9885/enus-engb#5269833 commands.schedule.created.function Scheduled function '%s' in %s ticks at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269903 Steps to Reproduce:
- Display any of the affected strings as listed above by using the commands provided below.
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.debug.function.success.multiple"}
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.function.success.multiple"}
/tellraw @s {"translate":"commands.schedule.created.function"}
- Look closely at the nouns that have values present before them.
- Take note as to whether or not some nouns that have values present before them within some function command strings are always pluralized.
Observed Behavior:
Some nouns that have values present before them are always pluralized.
Expected Behavior:
All nouns that have values present before them would be correctly singularized or pluralized.
Somewords that have values present before them within some function command strings are always pluralizedSome nouns that have values present before them within some function command strings are always pluralized
The Bug:
Some nouns that have values present before them within some function command
stringsare 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.debug.function.success.single Traced %s commands from function '%s' to output file %s Traced %s command(s) from function '%s' to output file %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269767 commands.debug.function.success.multiple Traced %s commands from %s functions to output file %s Traced %s command(s) from %s functions to output file %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269769 commands.function.success.single Executed %s commands from function '%s' Executed %s command(s) from function '%s' https://crowdin.com/translate/minecraft/9885/enus-engb#5269831 commands.function.success.multiple Executed %s commands from %s functions Executed %s command(s) from %s functions https://crowdin.com/translate/minecraft/9885/enus-engb#5269833 commands.schedule.created.function Scheduled function '%s' in %s ticks at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269903 Steps to Reproduce:
- Display any of the affected strings as listed above by using the commands provided below.
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.debug.function.success.multiple"}
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.function.success.multiple"}
/tellraw @s {"translate":"commands.schedule.created.function"}
- Look closely at the nouns that have values present before them.
- Take note as to whether or not some nouns that have values present before them within some function command
stringsare always pluralized.Observed Behavior:
Some nouns that have values present before them are always pluralized.
Expected Behavior:
All nouns that have values present before them would be correctly singularized or pluralized.
The Bug:
Some nouns that have values present before them within some strings relating to the function command 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 commands.debug.function.success.single Traced %s commands from function '%s' to output file %s Traced %s command(s) from function '%s' to output file %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269767 commands.debug.function.success.multiple Traced %s commands from %s functions to output file %s Traced %s command(s) from %s functions to output file %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269769 commands.function.success.single Executed %s commands from function '%s' Executed %s command(s) from function '%s' https://crowdin.com/translate/minecraft/9885/enus-engb#5269831 commands.function.success.multiple Executed %s commands from %s functions Executed %s command(s) from %s functions https://crowdin.com/translate/minecraft/9885/enus-engb#5269833 commands.schedule.created.function Scheduled function '%s' in %s ticks at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269903 Steps to Reproduce:
- Display any of the affected strings as listed above by using the commands provided below.
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.debug.function.success.multiple"}
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.function.success.multiple"}
/tellraw @s {"translate":"commands.schedule.created.function"}
- Look closely at the nouns that have values present before them.
- Take note as to whether or not some nouns that have values present before them within some strings relating to the function command are always pluralized.
Observed Behavior:
Some nouns that have values present before them are always pluralized.
Expected Behavior:
All nouns that have values present before them would be correctly singularized or pluralized.
Some nouns that have values present before them within some function commandstringsare always pluralizedSome nouns that have values present before them within some strings relating to the function command are always pluralized
The Bug:
Some nouns that have values present before them within some strings relating to the function command 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 commands.debug.function.success.single Traced %s commands from function '%s' to output file %s Traced %s command(s) from function '%s' to output file %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269767 commands.debug.function.success.multiple Traced %s commands from %s functions to output file %s Traced %s command(s) from %s functions to output file %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269769 commands.function.success.single Executed %s commands from function '%s' Executed %s command(s) from function '%s' https://crowdin.com/translate/minecraft/9885/enus-engb#5269831 commands.function.success.multiple Executed %s commands from %s functions Executed %s command(s) from %s functions https://crowdin.com/translate/minecraft/9885/enus-engb#5269833 commands.schedule.created.function Scheduled function '%s' in %s ticks at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269903 Steps to Reproduce:
- Display any of the affected strings as listed above by using the commands provided below.
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.debug.function.success.multiple"}
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.function.success.multiple"}
/tellraw @s {"translate":"commands.schedule.created.function"}
- Look closely at the nouns that have values present before them.
- Take note as to whether or not
some nouns that have values present before them within some strings relating to the function command are always pluralized.Observed Behavior:
Some nouns that havevalues present before them are always pluralized.Expected Behavior:
All nouns that have values present before themwould be correctly singularized or pluralized.The Bug:
The "/function" command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
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.debug.function.success.single Traced %s commands from function '%s' to output file %s Traced %s command(s) from function '%s' to output file %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269767 commands.debug.function.success.multiple Traced %s commands from %s functions to output file %s Traced %s command(s) from %s functions to output file %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269769 commands.function.success.single Executed %s commands from function '%s' Executed %s command(s) from function '%s' https://crowdin.com/translate/minecraft/9885/enus-engb#5269831 commands.function.success.multiple Executed %s commands from %s functions Executed %s command(s) from %s functions https://crowdin.com/translate/minecraft/9885/enus-engb#5269833 commands.schedule.created.function Scheduled function '%s' in %s ticks at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/9885/enus-engb#5269903 Steps to Reproduce:
- Display any of the affected strings as listed above by using the commands provided below.
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.debug.function.success.multiple"}
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.function.success.multiple"}
/tellraw @s {"translate":"commands.schedule.created.function"}
- Look closely at the nouns that have values present before them within the command feedback message.
- Take note as to whether or not the "/function" command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
Observed Behavior:
The command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
Expected Behavior:
The command feedback messages would be correctly singularized or pluralized where appropriate.
Some nouns that have values present before them within some strings relating to the function command are always pluralizedThe "/function" command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed
The Bug:
The "/function" command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
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.debug.function.success.single Traced %s commands from function '%s' to output file %s Traced %s command(s) from function '%s' to output file %s https://crowdin.com/translate/minecraft/ 9885/enus-engb#5269767commands.debug.function.success.multiple Traced %s commands from %s functions to output file %s Traced %s command(s) from %s functions to output file %s https://crowdin.com/translate/minecraft/ 9885/enus-engb#5269769commands.function.success.single Executed %s commands from function '%s' Executed %s command(s) from function '%s' https://crowdin.com/translate/minecraft/ 9885/enus-engb#5269831commands.function.success.multiple Executed %s commands from %s functions Executed %s command(s) from %s functions https://crowdin.com/translate/minecraft/ 9885/enus-engb#5269833commands.schedule.created.function Scheduled function '%s' in %s ticks at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/ 9885/enus-engb#5269903Steps to Reproduce:
- Display any of the affected strings as listed above by using the commands provided below.
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.debug.function.success.multiple"}
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.function.success.multiple"}
/tellraw @s {"translate":"commands.schedule.created.function"}
- Look closely at the nouns that have values present before them within the command feedback message.
- Take note as to whether or not the "/function" command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
Observed Behavior:
The command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
Expected Behavior:
The command feedback messages would be correctly singularized or pluralized where appropriate.
The Bug:
The "/function" command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
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.debug.function.success.single Traced %s commands from function '%s' to output file %s Traced %s command(s) from function '%s' to output file %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341028 commands.debug.function.success.multiple Traced %s commands from %s functions to output file %s Traced %s command(s) from %s functions to output file %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341030 commands.function.success.single Executed %s commands from function '%s' Executed %s command(s) from function '%s' https://crowdin.com/translate/minecraft/10038/enus-engb#5341092 commands.function.success.multiple Executed %s commands from %s functions Executed %s command(s) from %s functions https://crowdin.com/translate/minecraft/10038/enus-engb#5341094 commands.schedule.created.function Scheduled function '%s' in %s ticks at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341160 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:
- Display any of the affected strings as listed above by using the commands provided below.
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.debug.function.success.multiple"}
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.function.success.multiple"}
/tellraw @s {"translate":"commands.schedule.created.function"}
- Look closely at the nouns that have values present before them within the command feedback message.
- Take note as to whether or not the "/function" command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
Observed Behavior:
The command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
Expected Behavior:
The command feedback messages would be correctly singularized or pluralized where appropriate.
The Bug:
The "/function" command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
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.debug.function.success.single Traced %s commands from function '%s' to output file %s Traced %s command(s) from function '%s' to output file %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341028 commands.debug.function.success.multiple Traced %s commands from %s functions to output file %s Traced %s command(s) from %s functions to output file %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341030 commands.function.success.single Executed %s commands from function '%s' Executed %s command(s) from function '%s' https://crowdin.com/translate/minecraft/10038/enus-engb#5341092 commands.function.success.multiple Executed %s commands from %s functions Executed %s command(s) from %s functions https://crowdin.com/translate/minecraft/10038/enus-engb#5341094 commands.schedule.created.function Scheduled function '%s' in %s ticks at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341160 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:
- Display any of the affected strings as listed above by using the commands provided below.
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.debug.function.success.multiple"}
/tellraw @s {"translate":"commands.function.success.single"}
/tellraw @s {"translate":"commands.function.success.multiple"}
/tellraw @s {"translate":"commands.schedule.created.function"}
- Look closely at the nouns that have values present before them within the command feedback message.
- Take note as to whether or not the "/function" command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
Observed Behavior:
The command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
Expected Behavior:
The command feedback messages would be correctly singularized or pluralized where appropriate.
The Bug:
The "/function" command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
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.debug.function.success.single Traced %s commands from function '%s' to output file %s Traced %s command(s) from function '%s' to output file %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341028 commands.debug.function.success.multiple Traced %s commands from %s functions to output file %s Traced %s command(s) from %s functions to output file %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341030 commands.function.success.single Executed %s commands from function '%s' Executed %s command(s) from function '%s' https://crowdin.com/translate/minecraft/10038/enus-engb#5341092 commands.function.success.multiple Executed %s commands from %s functions Executed %s command(s) from %s functions https://crowdin.com/translate/minecraft/10038/enus-engb#5341094 commands.schedule.created.function Scheduled function '%s' in %s ticks at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341160 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:
- Display any of the affected strings as listed above by using the commands provided below.
/tellraw @s {"translate":"commands.function.success.single"}/tellraw @s {"translate":"commands.debug.function.success.multiple"}/tellraw @s {"translate":"commands.function.success.single"}/tellraw @s {"translate":"commands.function.success.multiple"}/tellraw @s {"translate":"commands.schedule.created.function"}- Look closely at the nouns that have values present before them within the command feedback message.
- Take note as to whether or not the "/function" command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
Observed Behavior:
The command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
Expected Behavior:
The command feedback messages would be correctly singularized or pluralized where appropriate.
The Bug:
The "/function" command feedback messages are always pluralizedregardless of how many commands there are within functions or how many ticks until scheduled functions are executed.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.debug.function.success.single Traced %s commands from function '%s' to output file %s Traced %s command(s) from function '%s' to output file %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341028 commands.debug.function.success.multiple Traced %s commands from %s functions to output file %s Traced %s command(s) from %s functions to output file %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341030 commands.function.success.single Executed %s commands from function '%s' Executed %s command(s) from function '%s' https://crowdin.com/translate/minecraft/10038/enus-engb#5341092 commands.function.success.multiple Executed %s commands from %s functions Executed %s command(s) from %s functions https://crowdin.com/translate/minecraft/10038/enus-engb#5341094 commands.schedule.created.function Scheduled function '%s' in %s ticks at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341160 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:
- Display any of the affected strings as listed above by using the commands provided below.
/tellraw @s {"translate":"commands.function.success.single"}/tellraw @s {"translate":"commands.debug.function.success.multiple"}/tellraw @s {"translate":"commands.function.success.single"}/tellraw @s {"translate":"commands.function.success.multiple"}/tellraw @s {"translate":"commands.schedule.created.function"}- Look closely at the
nouns that have values present before them within the command feedback message.- Take note as to whether or not
the "/function" command feedback messages are always pluralizedregardless of how many commands there are within functions or how many ticks until scheduled functions are executed.Observed Behavior:
The command feedback messages are always pluralized regardless of how many commands there are within functions or how many ticks until scheduled functions are executed.
Expected Behavior:
The
command feedback messages would be correctly singularized or pluralized where appropriate.The Bug:
Some words within "/function" and "/schedule" command feedback messages 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 commands.debug.function.success.single Traced %s commands from function '%s' to output file %s Traced %s command(s) from function '%s' to output file %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341028 commands.debug.function.success.multiple Traced %s commands from %s functions to output file %s Traced %s command(s) from %s functions to output file %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341030 commands.function.success.single Executed %s commands from function '%s' Executed %s command(s) from function '%s' https://crowdin.com/translate/minecraft/10038/enus-engb#5341092 commands.function.success.multiple Executed %s commands from %s functions Executed %s command(s) from %s functions https://crowdin.com/translate/minecraft/10038/enus-engb#5341094 commands.schedule.created.function Scheduled function '%s' in %s ticks at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341160 commands.schedule.created.tag Scheduled tag '%s' in %s ticks at gametime %s Scheduled tag '%s' in %s ticks at gametime %s commands.schedule.cleared.success Removed %s schedules with id %s Removed %s schedules with id %s 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:
- 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"}
- Look closely at the affected words within the string.
- Take note as to whether or not some words within "/function" and "/schedule" command feedback messages are always pluralized.
Observed Behavior:
Some words are always pluralized.
Expected Behavior:
The said words would be correctly singularized or pluralized where appropriate.
The "/function" command feedback messages are always pluralizedregardless of how many commands there are within functions or how many ticks until scheduled functions are executedSome words within "/function" and "/schedule" command feedback messages are always pluralized
The Bug:
Some words within "/function" and "/schedule" command feedback messages 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 commands.debug.function.success.single Traced %s commands from function '%s' to output file %s Traced %s command(s) from function '%s' to output file %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341028 commands.debug.function.success.multiple Traced %s commands from %s functions to output file %s Traced %s command(s) from %s functions to output file %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341030 commands.function.success.single Executed %s commands from function '%s' Executed %s command(s) from function '%s' https://crowdin.com/translate/minecraft/10038/enus-engb#5341092 commands.function.success.multiple Executed %s commands from %s functions Executed %s command(s) from %s functions https://crowdin.com/translate/minecraft/10038/enus-engb#5341094 commands.schedule.created.function Scheduled function '%s' in %s ticks at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341160 commands.schedule.created.tag Scheduled tag '%s' in %s ticks at gametime %s Scheduled tag '%s' in %s ticks at gametime %s commands.schedule.cleared.success Removed %s schedules with id %s Removed %s schedules with id %s 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:
- 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"}
- Look closely at the affected words within the string.
- Take note as to whether or not some words within "/function" and "/schedule" command feedback messages are always pluralized.
Observed Behavior:
Some words are always pluralized.
Expected Behavior:
The said words would be correctly singularized or pluralized where appropriate.
The Bug:
Some words within "/function" and "/schedule" command feedback messages 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 commands.debug.function.success.single Traced %s commands from function '%s' to output file %s Traced %s command(s) from function '%s' to output file %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341028 commands.debug.function.success.multiple Traced %s commands from %s functions to output file %s Traced %s command(s) from %s functions to output file %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341030 commands.function.success.single Executed %s commands from function '%s' Executed %s command(s) from function '%s' https://crowdin.com/translate/minecraft/10038/enus-engb#5341092 commands.function.success.multiple Executed %s commands from %s functions Executed %s command(s) from %s functions https://crowdin.com/translate/minecraft/10038/enus-engb#5341094 commands.schedule.created.function Scheduled function '%s' in %s ticks at gametime %s Scheduled function '%s' in %s tick(s) at gametime %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341160 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 commands.schedule.cleared.success Removed %s schedules with id %s Removed %s schedule(s) with id %s https://crowdin.com/translate/minecraft/10038/enus-engb#5341164 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:
- 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"}- Look closely at the affected words within the string.
- Take note as to whether or not some words within "/function" and "/schedule" command feedback messages are always pluralized.
Observed Behavior:
Some words are always pluralized.
Expected Behavior:
The said words would be correctly singularized or pluralized where appropriate.
relates to
Can confirm in 1.19.2. This ticket relates to MC-255060.
Can confirm in 1.19.2. This ticket relates to MC-255060.
Can confirm in 1.19.2. This ticket relates to MC-255060.
Can confirm in 1.19.2. This ticket relates to MC-255060.
Can confirm in 1.19.2. This ticket relates to MC-255060.
Can confirm in 1.19.2. This ticket relates to MC-255060. Also, would it be okay if I could take ownership of this report since the reporter has been deemed inactive for quite a substantial amount of time? I'll update this ticket mention the information I stated in my previous comment and will actively take care of it overall. ![]()
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:
- Display the affected string by using the command provided below.
/tellraw @s {"translate":"commands.schedule.created.tag"} - Look closely at the affected word within the string.
- 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.
In 1.19.4 Pre-release 4 many bugs were fixed where the command feedback string were pluralised (For example MC-255060, MC-172305, MC-211071) Also the /locate command has some always pluralised strings. These are commands.locate.biome.success, commands.locate.poi.success and commands.locate.structure.success


This ticket relates to
MC-172305,MC-211071, MC-203095,MC-219853,MC-118092, andMC-202226.I've updated this ticket to include two more affected strings from the "/schedule" command.