From 51646698e1f414b3c9d8321020f5775ad8ef6d5e Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Sun, 14 Jan 2024 00:14:04 +1100 Subject: [PATCH] fix(package/locale): initialise by default --- package/shared/resource/locale/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/shared/resource/locale/index.ts b/package/shared/resource/locale/index.ts index c21543a..4025431 100644 --- a/package/shared/resource/locale/index.ts +++ b/package/shared/resource/locale/index.ts @@ -61,3 +61,5 @@ export const initLocale = () => { dict[k] = v; } }; + +initLocale();