<div>In the LanguageHandle.php,I find a problem in  "public static function export($module, $type = 'languageStrings')",line 215:<span style="display: none; line-height: 0px; " id="_editor_bookmark_start_0">‍</span></div><div><br></div><div><div> if (strpos($module, '.') > 0) {</div><div>                $baseModule = substr($module, 0, strpos($module, '.'));</div><div>                if ($baseModule == 'Settings') {</div><div>                    $baseModule = 'Settings.Vtiger';</div><div>                }</div><div>                $moduleStrings = self::getModuleStringsFromFile($currentLanguage, $baseModule);</div><div>                if (!empty($moduleStrings[$type])) {</div><div>                    $exportLangString += $commonStrings[$type];</div><div>                }</div><div>            }<span style="display: none; line-height: 0px; " id="_editor_bookmark_start_1">‍</span></div></div><div><br></div><div>I think the  $commonStrings[$type] should be $moduleStrings[$type],is not?<span style="display: none; line-height: 0px; " id="_editor_bookmark_start_4">‍</span><span style="display: none; line-height: 0px; " id="_editor_bookmark_start_3">‍</span><span style="display: none; line-height: 0px; " id="_editor_bookmark_start_2">‍</span></div><div><br></div>