UNPKG
@intl-t/next
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.2-0
1.0.1
1.0.0
1.0.0-rc.108
1.0.0-rc.107
1.0.0-rc.106
1.0.0-rc.105
1.0.0-rc.104
1.0.0-rc.103
1.0.0-rc.102
1.0.0-rc.101
1.0.0-rc.100
1.0.0-rc.99
1.0.0-rc.98
1.0.0-rc.97
1.0.0-rc.96
A Fully-Typed Object-Based i18n Translation Library for Next.js
intl-t.dev
nivandres/intl-t
@intl-t/next
/
dist
/
params.js
8 lines
(7 loc)
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
function
createStaticParams
(
config
) {
return
generateStaticParams.
bind
(config); }
export
async
function
generateStaticParams
(
) {
const
{ locales = [], param } =
this
;
return
locales.
map
(
locale
=>
({ [param]: locale })); }