From 323c974c6bd150b4e1c9acfe84665353585d520b Mon Sep 17 00:00:00 2001 From: roth <68660484+roth-dev@users.noreply.github.com> Date: Thu, 19 Dec 2024 06:33:19 +0700 Subject: Add Khmer Localization (#6914) * add khmer language * update translate * update translate * add missing localization key * update khmer wording * update khmer wording * add missing translate * add missing translate * chore: add khmer local date-time format * Update src/locale/i18n.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: Paul Frazee Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --- src/components/hooks/dates.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/hooks/dates.ts') diff --git a/src/components/hooks/dates.ts b/src/components/hooks/dates.ts index b84f51246..5cddf8d2d 100644 --- a/src/components/hooks/dates.ts +++ b/src/components/hooks/dates.ts @@ -22,6 +22,7 @@ import { id, it, ja, + km, ko, nl, pl, @@ -60,6 +61,7 @@ const locales: Record = { id, it, ja, + km, ko, nl, pl, -- cgit 1.4.1