fix(website): fix code splitting
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import * as _ from 'lodash';
|
||||
import { Deco, Key, Language } from 'ts/types';
|
||||
|
||||
import * as chinese from '../../translations/chinese.json';
|
||||
import * as english from '../../translations/english.json';
|
||||
import * as korean from '../../translations/korean.json';
|
||||
import * as russian from '../../translations/russian.json';
|
||||
import * as spanish from '../../translations/spanish.json';
|
||||
import chinese from '../../translations/chinese.json';
|
||||
import english from '../../translations/english.json';
|
||||
import korean from '../../translations/korean.json';
|
||||
import russian from '../../translations/russian.json';
|
||||
import spanish from '../../translations/spanish.json';
|
||||
|
||||
const languageToTranslations = {
|
||||
[Language.English]: english,
|
||||
|
Reference in New Issue
Block a user