pdinklag / MinecraftStats

A Minecraft player statistics browser for the web - supports 1.13 and later!
https://discord.gg/brH5PGG8By
Other
227 stars 53 forks source link

Default frontside language #171

Closed MrHatter89 closed 2 years ago

MrHatter89 commented 2 years ago

Add the configuration option that you can specify the default language of the page.

{
    "language": "en",
}
pdinklag commented 2 years ago

Good call, this is still missing indeed. A special option "browser" might be added too to default to the browser language.

pdinklag commented 2 years ago

The configuration is done in:

{
    "client": {
        "defaultLanguage": "en",
    }
}

I updated the documentation. Note that there is no "browser" option yet.