This commit is contained in:
root
2022-01-30 13:50:38 +05:30
parent 6d06dbd3f3
commit 211e5eb5ad
+1 -1
View File
@@ -13,7 +13,7 @@ export const i18nStore = {
dateStyle: 'full',
timeStyle: 'full'
})
state.dateFormatter = new Intl.DateTimeFormat(intlLocale, {
state.dateFormatter = new Intl.DateTimeFormat(window.localStorage.getItem('DTF_OVERRIDE') || intlLocale, {
dateStyle: 'long'
})
state.NF = new Intl.NumberFormat(window.localStorage.getItem('NF_OVERRIDE') || intlLocale)