“locales_item” table¶
The locales_item
table holds localized text strings for item
templates.
Table structure¶
Field | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|
entry | mediumint(8) unsigned | NO | PRI | 0 | |
name_loc1 | varchar(100) | NO | |||
name_loc2 | varchar(100) | NO | |||
name_loc3 | varchar(100) | NO | |||
name_loc4 | varchar(100) | NO | |||
name_loc5 | varchar(100) | NO | |||
name_loc6 | varchar(100) | NO | |||
name_loc7 | varchar(100) | NO | |||
name_loc8 | varchar(100) | NO | |||
description_loc1 | varchar(255) | YES | NULL | ||
description_loc2 | varchar(255) | YES | NULL | ||
description_loc3 | varchar(255) | YES | NULL | ||
description_loc4 | varchar(255) | YES | NULL | ||
description_loc5 | varchar(255) | YES | NULL | ||
description_loc6 | varchar(255) | YES | NULL | ||
description_loc7 | varchar(255) | YES | NULL | ||
description_loc8 | varchar(255) | YES | NULL |
Fields¶
entry¶
This references the “item_template” table tables unique ID for which the entry is valid.
name_loc1¶
Korean localization of name
in the
“item_template” table table.
name_loc2¶
French localization of name
in the
“item_template” table table.
name_loc3¶
German localization of name
in the
“item_template” table table.
name_loc4¶
Chinese localization of name
in the
“item_template” table table.
name_loc5¶
Taiwanese localization of name
in the
“item_template” table table.
name_loc6¶
Spanish Spain localization of name
in the
“item_template” table table.
name_loc7¶
Spanish Latin America localization of name
in the
“item_template” table table.
name_loc8¶
Russian localization of name
in the
“item_template” table table.
description_loc1¶
Korean localization of description
in the
“item_template” table table.
description_loc2¶
French localization of description
in the
“item_template” table table.
description_loc3¶
German localization of description
in the
“item_template” table table.
description_loc4¶
Chinese localization of description
in the
“item_template” table table.
description_loc5¶
Taiwanese localization of description
in the
“item_template” table table.
description_loc6¶
Spanish Spain localization of description
in the
“item_template” table table.
description_loc7¶
Spanish Latin America localization of description
in the
“item_template” table table.
description_loc8¶
Russian localization of description
in the
“item_template” table table.