Mangos_string - cmangos/issues GitHub Wiki
Back to world database list of tables.
This table holds all of the strings used internally by the server. This table is provided with the main purpose of translation in mind.
To see which locale IDs correspond to what languages, visit the Localization_lang page.
NOTE: The % arguments need to stay in the exact same order as they are provided by default in the English translation.
Field | Type | Null | Key | Default | Extra |
entry | int(11) unsigned | NO | PRI | 0 | |
content_default | text | YES | |||
content_loc1 | text | YES | |||
content_loc2 | text | YES | |||
content_loc3 | text | YES | |||
content_loc4 | text | YES | |||
content_loc5 | text | YES | |||
content_loc6 | text | YES | |||
content_loc7 | text | YES |
The ID that the core uses to identify a string. These IDs are contained and used internally and need to correspond to what the core expects. The core will not operate if all IDs aren’t in this table.
The English translation (locale ID 0).
The translation in another language depending on the locale ID of that language.