UNPKG
@mainiotech/dataconsent-i18n
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
Translations for the data consent manager.
github.com/mainio/js-dataconsent
mainio/js-dataconsent
@mainiotech/dataconsent-i18n
/
locales
/
index.js
8 lines
(6 loc)
•
79 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
en
from
"./en"
;
import
fi
from
"./fi"
;
export
default
{ en, fi, };