Skip to content

languages

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
table_namevarchar(64)Table NameNOWhich table
table_columnvarchar(64)Column NameNOWhich column is multilingual
table_idbigint UNSIGNEDData record primary key IDYESWhich data record is multilingual, the primary key ID of that record
table_keyvarchar(64)Data record identifier nameYESIf the data record is not based on the primary key ID, fill in the identifier name of the data record
For example: The configuration table is not based on the primary key ID, so the key name is used as the identifier name
lang_tagvarchar(16)Language TagNOSee "Multilingual Uniqueness Logic"
lang_contentlongtextLanguage ContentNO
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Database tables for multilingual

Table NameColumn NameFresns Panel Path
rolesnamePanel > Operations > Roles
stickersnamePanel > Operations > Stickers
groupsnamePanel > Operations > Groups
groupsdescriptionPanel > Operations > Groups
plugin_usagesnamePanel > Extends
users_iconsnamePlugin Input
hashtagsdescriptionPlugin Input
post_appendsread_btn_namePlugin Input
post_appendsuser_list_namePlugin Input
post_appendscomment_btn_namePlugin Input
extendstitlePlugin Input
extendsdesc_primaryPlugin Input
extendsdesc_secondaryPlugin Input
extendsbtn_namePlugin Input

Configuration key for multilingual

Key NameDescriptionFresns Panel Path
account_termsTerms of ServicePanel > Systems > Policy
account_privacyPrivacy PolicyPanel > Systems > Policy
account_cookiesCookies PolicyPanel > Systems > Policy
account_deleteDelete PolicyPanel > Systems > Policy
site_nameSite NamePanel > Systems > General
site_descSite DescriptionPanel > Systems > General
Custom NamePanel > Operations > Rename
*_limit_tipLimit TipPanel > Operations > Publish
extcredits1_nameExtension 1 NamePlugin Input
extcredits1_unitExtension 1 UnitPlugin Input
extcredits2_nameExtension 2 NamePlugin Input
extcredits2_unitExtension 2 UnitPlugin Input
extcredits3_nameExtension 3 NamePlugin Input
extcredits3_unitExtension 3 UnitPlugin Input
extcredits4_nameExtension 4 NamePlugin Input
extcredits4_unitExtension 4 UnitPlugin Input
extcredits5_nameExtension 5 NamePlugin Input
extcredits5_unitExtension 5 UnitPlugin Input

Released under the Apache-2.0 License