File size: 463 Bytes
9cd6ddb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
import en from "./en.json";
import hu from "./hu.json";
import fr from "./fr.json";
import cz from "./cz.json";
import uk from "./uk.json";
import de from "./de.json";
import es from "./es.json";
import gr from "./gr.json";
import da from "./da.json";
import ru from "./ru.json";
import tk from "./tk.json";
import ch from "./ch.json";
import it from "./it.json";

export default {
  en,
  hu,
  fr,
  cz,
  uk,
  de,
  es,
  gr,
  da,
  ru,
  tk,
  ch,
  it,
};