Update some i18n source text

This commit is contained in:
SGKoishi 2022-10-24 12:51:08 -07:00
parent c7a39ec7e4
commit ea9f6b73e0
No known key found for this signature in database
GPG key ID: 8FFC399070653828
2 changed files with 9 additions and 9 deletions

View file

@ -844,7 +844,7 @@ namespace TShockAPI
}
}
return RestResponse(GetPluralString($"{killcount} NPC has been killed.", "{killcount} NPCs have been killed.", killcount));
return RestResponse(GetPluralString("{0} NPC has been killed.", "{0} NPCs have been killed.", killcount, killcount));
}
[Description("Get information regarding the world.")]