|
8 | 8 | UPDATE IGNORE `#__extensions` SET `params` = REPLACE(`params`, 'en-GB', 'de-DE') WHERE `extension_id` = 10; |
9 | 9 |
|
10 | 10 | INSERT INTO `#__extensions` (`extension_id`, `package_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `manifest_cache`, `params`, `custom_data`) VALUES |
11 | | -( 602, 605, 'German (DE)', 'language', 'de-DE', '', 0, 1, 1, '{"name":"German (Germany)","type":"language","creationDate":"2025-04-01","author":"J!German","copyright":"Copyright (C) 2005 - 2025 Open Source Matters & J!German. All rights reserved.","authorEmail":"[email protected]","authorUrl":"http:\/\/www.jgerman.de","version":"5.3.0-rc1.1","group":""}' , '' , ''), |
12 | | -( 603, 605, 'German (DE)', 'language', 'de-DE', '', 1, 1, 1, '{"name":"German (Germany)","type":"language","creationDate":"2025-04-01","author":"J!German","copyright":"Copyright (C) 2005 - 2025 Open Source Matters & J!German. All rights reserved.","authorEmail":"[email protected]","authorUrl":"http:\/\/www.jgerman.de","version":"5.3.0-rc1.1","group":""}' , '' , ''), |
13 | | -( 604, 605, 'German (DE)', 'language', 'de-DE', '', 3, 1, 1, '{"name":"German (Germany)","type":"language","creationDate":"2025-04-01","author":"J!German","copyright":"Copyright (C) 2005 - 2025 Open Source Matters & J!German. All rights reserved.","authorEmail":"[email protected]","authorUrl":"http:\/\/www.jgerman.de","version":"5.3.0-rc1.1","group":""}' , '' , ''), |
14 | | -( 605, 0, 'German (Germany) Language Pack', 'package', 'pkg_de-DE', '', 0, 1, 1, '{"name":"German (Germany) Language Pack","type":"package","creationDate":"2025-04-01","author":"J!German","copyright":"","authorEmail":"[email protected]","authorUrl":"http:\/\/www.jgerman.de","version":"5.3.0-rc1.1","group":"","filename":"pkg_de-DE"}' , '' , ''); |
| 11 | +( 602, 605, 'German (DE)', 'language', 'de-DE', '', 0, 1, 1, '{"name":"German (Germany)","type":"language","creationDate":"2025-04-08","author":"J!German","copyright":"Copyright (C) 2005 - 2025 Open Source Matters & J!German. All rights reserved.","authorEmail":"[email protected]","authorUrl":"http:\/\/www.jgerman.de","version":"5.3.0-rc2.1","group":""}' , '' , ''), |
| 12 | +( 603, 605, 'German (DE)', 'language', 'de-DE', '', 1, 1, 1, '{"name":"German (Germany)","type":"language","creationDate":"2025-04-08","author":"J!German","copyright":"Copyright (C) 2005 - 2025 Open Source Matters & J!German. All rights reserved.","authorEmail":"[email protected]","authorUrl":"http:\/\/www.jgerman.de","version":"5.3.0-rc2.1","group":""}' , '' , ''), |
| 13 | +( 604, 605, 'German (DE)', 'language', 'de-DE', '', 3, 1, 1, '{"name":"German (Germany)","type":"language","creationDate":"2025-04-08","author":"J!German","copyright":"Copyright (C) 2005 - 2025 Open Source Matters & J!German. All rights reserved.","authorEmail":"[email protected]","authorUrl":"http:\/\/www.jgerman.de","version":"5.3.0-rc2.1","group":""}' , '' , ''), |
| 14 | +( 605, 0, 'German (Germany) Language Pack', 'package', 'pkg_de-DE', '', 0, 1, 1, '{"name":"German (Germany) Language Pack","type":"package","creationDate":"2025-04-08","author":"J!German","copyright":"","authorEmail":"[email protected]","authorUrl":"http:\/\/www.jgerman.de","version":"5.3.0-rc2.1","group":"","filename":"pkg_de-DE"}' , '' , ''); |
15 | 15 |
|
16 | 16 | -- |
17 | 17 | -- Table `#__languages` |
|
0 commit comments