mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-11-22 17:40:04 +01:00
9 lines
118 B
JavaScript
9 lines
118 B
JavaScript
|
import en from './en.json'
|
||
|
import ru from './ru.json'
|
||
|
import zh from './zh.json'
|
||
|
export default {
|
||
|
en,
|
||
|
ru,
|
||
|
zh,
|
||
|
}
|