diff --git a/proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java b/proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java index 4795f941f..bd5141ed0 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java @@ -247,6 +247,7 @@ public class VelocityServer implements ProxyServer, ForwardingAudience { private void registerTranslations() { final TranslationRegistry translationRegistry = TranslationRegistry .create(Key.key("velocity", "translations")); + translationRegistry.defaultLocale(Locale.US); try { FileSystemUtils.visitResources(VelocityServer.class, Paths.get("com", "velocitypowered", "proxy", "l10n"), path -> {