> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# wordlists

```ts theme={null}
const wordlists: Record<string, Wordlist>;
```

The available Wordlists by their [ISO 639-1 Language Code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) .

(**i.e.** LangCz | cz, [en](/sdk/content/classes/LangEn), [es](/sdk/content/classes/LangEs), LangFr | fr, LangJa | ja,
LangKo | ko, LangIt | it, LangPt | pt, LangZh | zh\_cn, LangZh | zh\_tw)

The dist files (in the `/dist` folder) have had all languages except English stripped out, which reduces the library
size by about 80kb. If required, they are available by importing the included `wordlists-extra.min.js` file.

## Source

[wordlists/wordlists.ts:24](https://github.com/dominant-strategies/quais.js/blob/c1c12d43f9d34c6baad2b0542bd6d0acd6fefcbf/src/wordlists/wordlists.ts#L24)
