Hello, there's a formatting issue in the Simplified Chinese configuration file ModuleText.xml of your mod, which causes the mod manager to display English titles and descriptions when switching to Chinese. I've fixed it for you, but couldn't find where to upload the files, so I'll paste the corrected code here directly:
<?xml version="1.0" encoding="utf-8"?>
<Database>
<LocalizedText>
<Replace Tag="LOC_MOD_MLK_ENHANCEDTOWNFOCUSINFO" Language="zh_Hans_CN">
<Text>增强城镇专业化信息</Text>
</Replace>
<Replace Tag="LOC_MOD_MLK_ENHANCEDTOWNFOCUSINFO_DESCRIPTION" Language="zh_Hans_CN">
<Text>在《文明7》中增强显示的城镇专业化产出加成,展示改进、建筑和贸易路线对专业化加成的详细分解。</Text>
</Replace>
</LocalizedText>
</Database>