This website requires JavaScript.
Explore
Help
Sign In
mirror
/
iceshrimp
Watch
1
Star
0
Fork
0
You've already forked iceshrimp
mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced
2024-12-20 09:38:05 +09:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9bfa6e690c
iceshrimp
/
src
/
client
/
sw
/
i18n.ts
6 lines
76 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Fix service worker generation
2020-12-26 14:11:08 +09:00
import
{
I18n
}
from
'@/i18n'
;
fix locale handling
2020-12-26 15:27:39 +09:00
export
const
i18n
=
new
I18n
(
{
// TODO
}
)
;
Reference in New Issue
Copy Permalink