Refactor localization and remove CAIKnowledge entity
- Removed CAIKnowledge localization files for various languages (el_GR, en_GB, en_US, es_ES, es_MX, fa_IR, fr_FR, hr_HR, hu_HU, id_ID, it_IT, ja_JP, lt_LT, lv_LV, nb_NO, nl_NL, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sk_SK, sl_SI, sr_RS, sv_SE, th_TH, tr_TR, uk_UA, ur_IN, vi_VN, zh_CN, zh_TW). - Deleted related layout and metadata files for CAIKnowledge. - Removed references to CAIKnowledge in existing metadata definitions for CDokumente, CMietinkasso, and CVmhRumungsklage. - Updated config and state files to reflect the removal of CAIKnowledge. - Cleaned up unused localization keys in existing JSON files.
This commit is contained in:
@@ -129,8 +129,7 @@ return [
|
||||
34 => 'Import',
|
||||
35 => 'GlobalStream',
|
||||
36 => 'Report',
|
||||
37 => 'CCallQueues',
|
||||
38 => 'CAIKnowledge'
|
||||
37 => 'CCallQueues'
|
||||
],
|
||||
'quickCreateList' => [
|
||||
0 => 'Account',
|
||||
@@ -360,7 +359,7 @@ return [
|
||||
0 => 'youtube.com',
|
||||
1 => 'google.com'
|
||||
],
|
||||
'microtime' => 1774526770.942727,
|
||||
'microtime' => 1774535910.373412,
|
||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||
'fullTextSearchMinLength' => 4,
|
||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'cacheTimestamp' => 1774530556,
|
||||
'microtimeState' => 1774530556.202809,
|
||||
'cacheTimestamp' => 1774535964,
|
||||
'microtimeState' => 1774535964.447046,
|
||||
'currencyRates' => [
|
||||
'EUR' => 1.0
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user