Skip to content

Commit

Permalink
fix(formily): fix FormLayout locales
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Sep 23, 2021
1 parent b6a4122 commit ea2648a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions formily/antd/src/locales/FormLayout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const FormLayout = {
shallow: '是否浅传递',
bordered: '是否有边框',
size: { title: '尺寸', dataSource: ['大', '小', '默认', '继承'] },
layout: { title: '布局', dataSource: ['垂直', '水平', '内联', '继承'] },
layout: { title: '布局', dataSource: ['水平', '垂直', '内联', '继承'] },
feedbackLayout: {
title: '反馈布局',
dataSource: ['宽松', '紧凑', '弹层', '无', '继承'],
Expand Down Expand Up @@ -64,7 +64,7 @@ export const FormLayout = {
},
layout: {
title: 'Layout',
dataSource: ['Vertical', 'Horizontal', 'Inline', 'Inherit'],
dataSource: ['Horizontal', 'Vertical', 'Inline', 'Inherit'],
},
feedbackLayout: {
title: 'Feedback Layout',
Expand Down
4 changes: 2 additions & 2 deletions formily/next/src/locales/FormLayout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const FormLayout = {
shallow: '是否浅传递',
bordered: '是否有边框',
size: { title: '尺寸', dataSource: ['大', '小', '默认', '继承'] },
layout: { title: '布局', dataSource: ['垂直', '水平', '内联', '继承'] },
layout: { title: '布局', dataSource: ['水平', '垂直', '内联', '继承'] },
feedbackLayout: {
title: '反馈布局',
dataSource: ['宽松', '紧凑', '弹层', '无', '继承'],
Expand Down Expand Up @@ -64,7 +64,7 @@ export const FormLayout = {
},
layout: {
title: 'Layout',
dataSource: ['Vertical', 'Horizontal', 'Inline', 'Inherit'],
dataSource: ['Horizontal', 'Vertical', 'Inline', 'Inherit'],
},
feedbackLayout: {
title: 'Feedback Layout',
Expand Down

0 comments on commit ea2648a

Please sign in to comment.