mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user