Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F162719
i18n.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
234 B
Referenced Files
None
Subscribers
None
i18n.js
View Options
import
{
defineStore
}
from
'pinia'
export
const
useI18nStore
=
defineStore
(
'i18n'
,
{
state
:
()
=>
({
i18n
:
null
}),
actions
:
{
setI18n
(
newI18n
)
{
this
.
$patch
({
i18n
:
newI18n
.
global
})
}
}
})
File Metadata
Details
Attached
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)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment