{"slug":"livelang","name":"LiveLang – Smart Multilingual Visual Translator","description":"Inline visual translator for WordPress with multi-language support, media translation, SEO-friendly URLs, and high-performance JSON caching.","author":"Papan Biswas","active_installs":60,"version":"2.1.1","wp_org_url":"https://wordpress.org/plugins/livelang/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"livelang_translations","full_table_name":"wp_livelang_translations","description":"Stores livelang translations data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_livelang_translations` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `original_text` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `translated_text` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `slug` varchar(190) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\\n  `is_global` tinyint(1) NOT NULL DEFAULT '0',\\n  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'active',\\n  `created_at` datetime NOT NULL,\\n  `updated_at` datetime NOT NULL,\\n  PRIMARY KEY (`id`),\\n  KEY `slug` (`slug`),\\n  KEY `language` (`language`),\\n  KEY `is_global` (`is_global`),\\n  KEY `status` (`status`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":1}