From e39fac9a30583a7fa690783589e3f10762f77989 Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Tue, 5 Nov 2024 21:36:59 +0700 Subject: [PATCH] fix(plugins/force-timestamp-locale): correct default storage options --- plugins/force-timestamp-locale/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/force-timestamp-locale/src/index.tsx b/plugins/force-timestamp-locale/src/index.tsx index ec03164..3f79b6e 100644 --- a/plugins/force-timestamp-locale/src/index.tsx +++ b/plugins/force-timestamp-locale/src/index.tsx @@ -24,7 +24,7 @@ export const storage = new StorageManager< storage: rawStorage as PluginStorageStruct, initialize() { return { - locale: 'en-GB', + locale: 'en-gb', version: 1, } },