Page MenuHomePhorge

i18n.js
No OneTemporary

Size
234 B
Referenced Files
None
Subscribers
None
import { defineStore } from 'pinia'
export const useI18nStore = defineStore('i18n', {
state: () => ({
i18n: null
}),
actions: {
setI18n (newI18n) {
this.$patch({
i18n: newI18n.global
})
}
}
})

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 21, 5:43 PM (12 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
66797
Default Alt Text
i18n.js (234 B)

Event Timeline