The module_string_locale table
This table holds information of string entries for modules.
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| module | VARCHAR(255) | PRI | NO | module dir name, eg mod-cfbg | |||
| id | INT | UNSIGNED | PRI | NO | |||
| locale | ENUM | koKR,frFR,deDE,zhCN,zhTW,esES,esMX,ruRU | PRI | NO | |||
| string | TEXT | NO |
Description of the fields
Module identifier in module_string.module.
String id in module_string.id.
Which locale to translate to.
| Locale |
|---|
| koKR |
| frFR |
| deDE |
| zhCN |
| zhTW |
| esES |
| esMX |
| ruRU |
The translated text of module_string.string.