feat: lang setting

This commit is contained in:
yanzhiyong
2024-09-05 00:52:30 +08:00
parent 70dc475aa4
commit 3b6a5bd602
3 changed files with 6 additions and 2 deletions

View File

@@ -37,12 +37,12 @@ export const TemplateFlowModa: React.FC<Props> = ({
}
const columns: TableProps<DataType>['columns'] = [
{
title: 'Name',
title: t('BringName'),
dataIndex: 'name',
key: 'name',
},
{
title: 'Action',
title:t('BringAction'),
key: 'action',
render: (_, record) => (
<Space size="middle">