Essential Commands

Essential Commands

108k Downloads

Language issues

Leo204-LKY opened this issue ยท 3 comments

commented

If a text does not have a identifier in language file, it will only show its identifier.
image
Missing identifier can be shown in English as default.

Besides, some text will only shown in English even it has a translation in .lang file.
image

commented

Resolved by #107

commented

Resolved by #107

I think the PR probably won't resolve the issue, because this sentence is hardcoded in the code.

context.getSource().sendFeedback(TextUtil.concat(
Text.literal("Teleport request has been sent to ").setStyle(CONFIG.FORMATTING_DEFAULT.getValue()),
Text.literal(targetPlayer.getEntityName()).setStyle(CONFIG.FORMATTING_ACCENT.getValue())
), CONFIG.BROADCAST_TO_OPS.getValue());

commented

Oh, quite true. Good catch, thanks