Skip to content
Schmoozerd edited this page Apr 14, 2013 · 1 revision

Back to world database list of tables.

The `locales_page_text` table

This table is used to provide localized clients with localized string for page_texts.

Structure

Field Type Null Key Default Extra
entry int(11) unsigned NO PRI 0
Text_loc1 longtext YES None
Text_loc2 longtext YES None
Text_loc3 longtext YES None
Text_loc4 longtext YES None
Text_loc5 longtext YES None
Text_loc6 longtext YES None
Text_loc7 longtext YES None

Description of the fields

entry

This entry must be the same as page_text.entry and then the row will be used to provide localization support for this page_text record.

Text_locX

Translated content for page_text.text field for language X. See localization languages list to know which value to use for X.

Clone this wiki locally