Skip to content

Localization issue: Hardcoded English possessive suffix (') prevents proper translations #226

Description

@Agrrox

Localization issue: hardcoded English possessive suffix

Problem

The english string for plots is defined in

player-plots: '{0}s Plots'

but the code passes:

builder.getName() + "'"

which produces English-specific text such as Player's plots.

This hardcodes English grammar and makes proper localization impossible for languages that do not form possessives using 's.

Expected

Pass only the raw name:

builder.getName()

and let the translation string define the complete phrase, including any possessive form or word order required by the target language.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions