This website requires JavaScript.
Explore
Help
Register
Sign in
mmo-ref
/
ddon-server
Watch
1
Star
0
Fork
You've already forked ddon-server
0
mirror of
https://github.com/sebastian-heinz/Arrowgene.DragonsDogmaOnline
synced
2026-08-03 11:12:41 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
develop
ddon-server
/
Arrowgene.Ddon.Database
/
Files
/
Database
/
Script
/
migration_serverside_localization.sql
3 lines
77 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
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-06 20:54:58 -04:00
ALTER
TABLE
account
Fix Migration Syntax for Postgres Corrects two problems that cause migration errors on Postgres, as pointed out by SirArren.
2026-07-29 17:04:11 -04:00
ADD
COLUMN
"
locale
"
VARCHAR
(
10
)
DEFAULT
'
en-US
'
NOT
NULL
Reference in a new issue
Copy permalink