UNPKG
@webwriter/automaton
Version:
latest (3.0.1)
3.0.1
3.0.0
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.3
1.0.1
1.0.0
0.8.0
Build, visualize, and interact with different kinds of automata (DFA, NFA, PDA).
@webwriter/automaton
/
localization
/
generated
/
index.js
3 lines
•
234 B
JavaScript
View Raw
1
2
3
import
{sourceLocale, targetLocales}
from
'./locale-codes.js'
;
import
{configureLocalization}
from
'@lit/localize'
;
export
default
configureLocalization
({sourceLocale, targetLocales,
loadLocale
:
(
locale
) =>
import
(
`./
${locale}
.ts`
)});