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> --- app.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app.config.js') diff --git a/app.config.js b/app.config.js index 50522b684..8dfe2576d 100644 --- a/app.config.js +++ b/app.config.js @@ -87,6 +87,7 @@ module.exports = function (config) { 'id', 'it', 'ja', + 'km', 'ko', 'nl', 'pl', -- cgit 1.4.1