gh-60 language translation component added, basic implementation
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS `#__componentbuilder_language_placeholder` (
|
||||
CREATE TABLE IF NOT EXISTS `#__componentbuilder_language_translation` (
|
||||
`id` INT(11) NOT NULL AUTO_INCREMENT,
|
||||
`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
|
||||
`components` TEXT NOT NULL,
|
||||
`placeholder` TEXT NOT NULL,
|
||||
`entranslation` TEXT NOT NULL,
|
||||
`translation` TEXT NOT NULL,
|
||||
`params` text NOT NULL DEFAULT '',
|
||||
`published` TINYINT(3) NOT NULL DEFAULT 1,
|
||||
|
Reference in New Issue
Block a user