AzerothCore
Pages :

module_string_locale

<-Back-to:World

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

Which locale to translate to.

Locale
koKR
frFR
deDE
zhCN
zhTW
esES
esMX
ruRU

string

The translated text of module_string.string.