Skip to content

[Feature Request] Make "Minimum ready players required" string translatable via language files #385

@leandroleiros

Description

@leandroleiros

Description

The string "Minimum ready players required: X" displayed in the matchzy.utility.unreadyplayers
message is hardcoded in English and cannot be translated via the language files.

Current behavior

The message appears as:
"Jugadores no preparados: {players}. Por favor, escribe .ready para estar preparado!
[Minimum ready players required: 2]"

The {1} placeholder in matchzy.utility.unreadyplayers outputs a hardcoded English string
that ignores the server's configured language.

Expected behavior

The "Minimum ready players required" portion should be a translatable key in the language files,
similar to how other strings are handled.

Suggested fix

Add a new language key such as:
"matchzy.utility.minreadyplayersrequired": "Minimum ready players required: {0}"

And reference it dynamically when building the {1} placeholder value.

Server info

  • MatchZy version: 0.8.13
  • CounterStrikeSharp version: 1.0.364
  • Language file: es.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions