fix(package/locale): initialise by default

This commit is contained in:
Linden
2024-01-14 00:14:04 +11:00
parent c9bc66e75b
commit 51646698e1

View File

@@ -61,3 +61,5 @@ export const initLocale = () => {
dict[k] = v;
}
};
initLocale();