Skip to content

Commit 938a951

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default {
22
pagination: {
33
totalItemText: 'Total',
44
goToText: 'Go to',
5-
perPage: 'per page',
5+
perPage: 'Per page',
66
},
77
accordion: {
88
loading: 'loading',

0 commit comments

Comments
 (0)