UNPKG
@sabaki/i18n
Version:
latest (0.51.1-1)
0.51.1-1
0.51.1-0
0.51.0-0
0.50.2-0
0.50.1-3
0.50.1-1
0.50.1-0
Home of Sabaki's translation efforts
github.com/SabakiHQ/i18n
SabakiHQ/i18n
@sabaki/i18n
/
ci
/
test.js
6 lines
(4 loc)
•
102 B
JavaScript
View Raw
1
2
3
4
5
6
const
index =
require
(
'..'
)
for
(
let
locale
in
index) {
require
(
`../src/
${locale}
.i18n.js`
) }