Skip to content

Commit

Permalink
feat(SearchTable): add more locale fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrior committed Oct 23, 2024
1 parent 98715d6 commit b1896f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/search-table-react/src/locale/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import en_US from '@schema-render/search-react/dist/esm/locale/en_US'
export default {
...en_US,
SearchTable: {
serialColumnName: 'Rank',
actionColumnName: 'Actions',
more: 'more',
settingTips: 'Columns Setting',
settingModalTitle: 'Columns Setting',
Expand Down
2 changes: 2 additions & 0 deletions packages/search-table-react/src/locale/zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import zh_CN from '@schema-render/search-react/dist/esm/locale/zh_CN'
export default {
...zh_CN,
SearchTable: {
serialColumnName: '序号',
actionColumnName: '操作',
more: '更多',
settingTips: '列设置',
settingModalTitle: '列设置',
Expand Down

0 comments on commit b1896f2

Please sign in to comment.