This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
strapi
Watch
1
Star
0
Fork
0
You've already forked strapi
mirror of
https://github.com/strapi/strapi.git
synced
2025-07-26 02:20:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
packages
/
plugins
/
i18n
/
server
/
middlewares
/
index.js
8 lines
78 B
JavaScript
Raw
Normal View
History
Unescape
Escape
WIP
2021-07-08 11:20:13 +02:00
'use strict'
;
wip
2021-07-29 16:39:26 +02:00
const
i18n
=
require
(
'./i18n'
)
;
WIP
2021-07-08 11:20:13 +02:00
module
.
exports
=
{
wip
2021-07-29 16:39:26 +02:00
i18n
,
WIP
2021-07-08 11:20:13 +02:00
}
;
Reference in New Issue
Copy Permalink