Kotki offers 2 model packages, pick either one:
- **normal** package - 30mb per model, downloaded from the Mozilla extension 'Firefox Translations'.
- **tiny** package - 15mb per model, downloaded from `https://translatelocally.com/models.json`
Extract to `~/.config/kotki/models/` for automatic detection:
bash
mkdir -p ~/.config/kotki/models/
wget https://github.com/kroketio/kotki/releases/download/v0.4.5/kotki_models_0.3.3.zip
unzip kotki_models_0.3.3.zip -d ~/.config/kotki/models
Or point directly to `registry.json` from your code using `load(path)`.
`kotki_models_0.3.3.zip` - 650mb
Translation support:
text
bg -> en
cs -> en
de -> en
en -> bg
en -> cs
en -> de
en -> es
en -> et
en -> fa
en -> fr
en -> it
en -> nl
en -> pl
en -> pt
en -> ru
en -> uk
es -> en
et -> en
fa -> en
fr -> en
is -> en
it -> en
nb -> en
nl -> en
nn -> en
pl -> en
pt -> en
ru -> en
uk -> en
`kotki_models_0.3.3-tiny.zip` - 350mb
Translation support:
text
bg -> en
cs -> en
de -> en
en -> bg
en -> cs
en -> de
en -> es
en -> et
en -> fr
en -> pl
es -> en
et -> en
fr -> en
is -> en
nb -> en
nn -> en
pl -> en