From a8632eaa75c92022ce723c7a92221c5de3dbbce5 Mon Sep 17 00:00:00 2001 From: zzossig <52706977+zzossig@users.noreply.github.com> Date: Sun, 21 Nov 2021 09:01:54 +0900 Subject: [PATCH] [l10n] Improve ko_KR locale (#3232) --- packages/grid/_modules_/grid/locales/koKR.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grid/_modules_/grid/locales/koKR.ts b/packages/grid/_modules_/grid/locales/koKR.ts index a5ac84290345c..183f129fb3aae 100644 --- a/packages/grid/_modules_/grid/locales/koKR.ts +++ b/packages/grid/_modules_/grid/locales/koKR.ts @@ -88,8 +88,8 @@ const koKRGrid: Partial = { 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: '참',