Jagenka / DisKordel

Fabric Mod hosting a Discord Bot
GNU General Public License v3.0
2 stars 2 forks source link

system messages default to english #116

Open Jagenka opened 1 year ago

Jagenka commented 1 year ago

As the server only seems to include the english language file, a system could be developed, with which a custom lang file can be used to translate all system messages. There is one problem to look into: currently it is assumed, that the first word of a connect/disconnect/death/advancement message is the player's name. This might not be the case for all languages.

Jagenka commented 1 year ago

105 also talks about this

Jagenka commented 1 year ago

see net.minecraft.util.Language and net.minecraft.text.TranslatableTextContent

Jagenka commented 1 year ago

customizable start and stop messages could be moved to lang file as mentioned in #105

Jagenka commented 7 months ago

see #146