Commit graph

2 commits

Author SHA1 Message Date
Nirrudn
38c6efe5be Fix Migration Syntax for Postgres
Corrects two problems that cause migration errors on Postgres, as pointed out by SirArren.
2026-07-29 17:05:33 -04:00
Nirrudn
1525f022ee Feature: Serverside Localization
Adds serverside translation based on a player-set locale. See DispelGetLockSettingsHandler for example usage.

Accounts now have a locale field, which is set via a new /locale command.

A new server asset has been created, allowing for JSON files in the localization folder to be used to translate text sent by the server into the account's language of choice. See Files/Assets/localization/BitterblackSealing.en-US.json as an example of the format.
2026-07-07 11:26:47 -04:00