Skip to content

Allow for localized strings in configuration files #58

@benmwebb

Description

@benmwebb

Implement a syntax to allow for localized strings in configuration files, e.g.

ServerMOTD="foo"
ServerMOTD[fr]="bar"

str[x] will then be used instead of str if the locale is x.

All strings (including localizations) can be sent between server and client; the client uses its own locale when deciding which string to display.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions