Skip to content

Commit

Permalink
[l10n] Improve ko_KR locale (#3232)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzossig authored Nov 21, 2021
1 parent e45cf31 commit a8632ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/grid/_modules_/grid/locales/koKR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ const koKRGrid: Partial<GridLocaleText> = {
footerTotalRows: '총 행수:',

// Total visible rows footer text
// footerTotalVisibleRows: (visibleCount, totalCount) =>
// `${visibleCount.toLocaleString()} of ${totalCount.toLocaleString()}`,
footerTotalVisibleRows: (visibleCount, totalCount) =>
`${visibleCount.toLocaleString()} / ${totalCount.toLocaleString()}`,

// Boolean cell text
booleanCellTrueLabel: '참',
Expand Down

0 comments on commit a8632ea

Please sign in to comment.