Skip to content

Commit 25277ce

Browse files
authored
fix(locale): missing pagination translation (element-plus#20770)
1 parent 9d932a2 commit 25277ce

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/locale/lang/ko.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default {
9292
noData: '데이터 없음',
9393
},
9494
pagination: {
95-
goto: '',
95+
goto: '이동',
9696
pagesize: '건/페이지',
9797
total: '총 {total} 건',
9898
pageClassifier: '페이지로',

0 commit comments

Comments
 (0)