module_string_locale
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
Module identifier in module_string.module.
id
String id in module_string.id.
Locale / locale
It is the language in which you want to make the translation.
You can choose from the following:
| ID | Language |
|---|---|
| 0 | enUS |
| 1 | koKR |
| 2 | frFR |
| 3 | deDE |
| 4 | zhCN |
| 5 | zhTW |
| 6 | esES |
| 7 | esMX |
| 8 | ruRU |
string
The translated text of module_string.string.