Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serverside messages are not localized on forge #313

Open
skymkmk opened this issue Jan 9, 2024 · 1 comment
Open

serverside messages are not localized on forge #313

skymkmk opened this issue Jan 9, 2024 · 1 comment
Labels
enhancement New feature or request forge

Comments

@skymkmk
Copy link

skymkmk commented Jan 9, 2024

I am not forge mod developer, so I don't know the detail about the transmission between client and server. Considering this context: only server installed this mod and client not install it (because only server needs to backup the save file and the host do not want use hybrid server core). In this context, when client issue a command, server will response it surely, but it will only response key but not value, so user only can see the weird key "value". Surely most people will install mod both on server side and client side, and I fully understand why we response key, but is there anyway to render the response on the server side rather than client side?

After all, huge thanks to you and your masterpiece! :-)

@pcal43 pcal43 changed the title i18n issue serverside messages are not localized on forge Jan 9, 2024
@pcal43
Copy link
Owner

pcal43 commented Jan 9, 2024

Right, this is known. This works on fabric because it uses the server-translations-api
https://github.com/NucleoidMC/Server-Translations

I'm not sure exactly how to achieve that in Forge. (I'm not really a forge mod developer, either. :) )

@pcal43 pcal43 added enhancement New feature or request forge labels Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request forge
Projects
None yet
Development

No branches or pull requests

2 participants