From 995e07d6ffa47ee593b28aa587699676e2ad3b90 Mon Sep 17 00:00:00 2001 From: "Chandara H. Wei" <117574639+nidexingg@users.noreply.github.com> Date: Wed, 29 Jan 2025 18:51:03 +0700 Subject: [PATCH] fix(locale): export `km` (#3201) --- src/runtime/locale/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/locale/index.ts b/src/runtime/locale/index.ts index c4406ed0..d53d07c1 100644 --- a/src/runtime/locale/index.ts +++ b/src/runtime/locale/index.ts @@ -13,6 +13,7 @@ export { default as hi } from './hi' export { default as id } from './id' export { default as it } from './it' export { default as ja } from './ja' +export { default as km } from './km' export { default as ko } from './ko' export { default as nb_no } from './nb_no' export { default as nl } from './nl'