Added Czech wordlist to default wordlists export (#691).

This commit is contained in:
Richard Moore 2020-01-03 19:41:23 -05:00
parent f54f06b5c8
commit 5724fa5d9c
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

@ -5,6 +5,7 @@
import { logger, Wordlist } from "./wordlist";
import { langCz as cz } from "./lang-cz";
import { langEn as en } from "./lang-en";
import { langEs as es } from "./lang-es";
import { langFr as fr } from "./lang-fr";
@ -14,6 +15,7 @@ import { langIt as it } from "./lang-it";
import { langZhCn as zh_cn, langZhTw as zh_tw } from "./lang-zh";
const wordlists: { [ locale: string ]: Wordlist } = {
cz: cz,
en: en,
es: es,
fr: fr,