Skip to content

Commit

Permalink
[l10n] Improve ko_KR locale (#3273)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzossig authored Nov 24, 2021
1 parent 21d3a75 commit e428e5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/grid/_modules_/grid/locales/koKR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const koKRGrid: Partial<GridLocaleText> = {
toolbarExport: '내보내기',
toolbarExportLabel: '내보내기',
toolbarExportCSV: 'CSV다운로드',
// toolbarExportPrint: 'Print',
toolbarExportPrint: '프린트',

// Columns panel text
columnsPanelTextFieldLabel: '열 검색',
Expand Down Expand Up @@ -93,19 +93,19 @@ const koKRGrid: Partial<GridLocaleText> = {
`${visibleCount.toLocaleString()} / ${totalCount.toLocaleString()}`,

// Checkbox selection text
// checkboxSelectionHeaderName: 'Checkbox selection',
checkboxSelectionHeaderName: '선택',

// Boolean cell text
booleanCellTrueLabel: '참',
booleanCellFalseLabel: '거짓',

// Actions cell more text
// actionsCellMore: 'more',
actionsCellMore: '더보기',

// Tree Data
// treeDataGroupingHeaderName: 'Group',
// treeDataExpand: 'see children',
// treeDataCollapse: 'hide children',
treeDataGroupingHeaderName: '그룹',
treeDataExpand: '하위노드 펼치기',
treeDataCollapse: '하위노드 접기',
};

export const koKR: Localization = getGridLocalization(koKRGrid, koKRCore);

0 comments on commit e428e5b

Please sign in to comment.