“locales_points_of_interest” table¶
The locales_points_of_interest
table holds localized text strings
for points of interest.
Table structure¶
Field | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|
entry | mediumint(8) unsigned | NO | PRI | 0 | |
icon_name_loc1 | text | YES | NULL | ||
icon_name_loc2 | text | YES | NULL | ||
icon_name_loc3 | text | YES | NULL | ||
icon_name_loc4 | text | YES | NULL | ||
icon_name_loc5 | text | YES | NULL | ||
icon_name_loc6 | text | YES | NULL | ||
icon_name_loc7 | text | YES | NULL | ||
icon_name_loc8 | text | YES | NULL |
Fields¶
entry¶
This references the “points_of_interest” table tables unique ID for which the entry is valid.
icon_name_loc1¶
Korean localization of icon_name
in the
“points_of_interest” table table.
icon_name_loc2¶
French localization of icon_name
in the
“points_of_interest” table table.
icon_name_loc3¶
German localization of icon_name
in the
“points_of_interest” table table.
icon_name_loc4¶
Chinese localization of icon_name
in the
“points_of_interest” table table.
icon_name_loc5¶
Taiwanese localization of icon_name
in the
“points_of_interest” table table.
icon_name_loc6¶
Spanish Spain localization of icon_name
in the
“points_of_interest” table table.
icon_name_loc7¶
Spanish Latin America localization of icon_name
in the
“points_of_interest” table table.
icon_name_loc8¶
Russian localization of icon_name
in the
“points_of_interest” table table.