Skip to content

Commit df5c992

Browse files
committed
fix(pagination): 添加分页组件perPage英文国际化文本
- 在en-us.ts中添加perPage: 'per page'配置 - 修复分页组件'条/页'文本在英文环境下无法正确显示的问题 - 解决issue #1949中提到的国际化缺失问题
1 parent a860093 commit df5c992

File tree

1 file changed

+1
-0
lines changed
  • packages/devui-vue/devui/locale/lang

1 file changed

+1
-0
lines changed

packages/devui-vue/devui/locale/lang/en-us.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export default {
22
pagination: {
33
totalItemText: 'Total',
44
goToText: 'Go to',
5+
perPage: 'per page',
56
},
67
accordion: {
78
loading: 'loading',

0 commit comments

Comments
 (0)