The `acore_string` table
This table holds all of the strings used internally by the server. It is provided for the main purpose of translation.
To see which locale IDs correspond to what languages, visit the Localization_lang page.
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
entry | MEDIUMINT | UNSIGNED | PRI | NO | 0 | ||
content_default | text | NO | |||||
locale_koKR | text | YES | |||||
locale_frFR | text | YES | |||||
locale_deDE | text | YES | |||||
locale_zhCN | text | YES | |||||
locale_zhTW | text | YES | |||||
locale_esES | text | YES | |||||
locale_esMX | text | YES | |||||
locale_ruRU | text | YES |
Description of the fields
The ID that the core uses to identify a string. These IDs are contained and used internally and must 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 depends on the locale name.