Skip to content

Commit

Permalink
Added Czech wordlist to default wordlists export (#691).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jan 4, 2020
1 parent f54f06b commit 5724fa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/wordlists/src.ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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,
Expand Down

0 comments on commit 5724fa5

Please sign in to comment.