Skip to content

Commit

Permalink
Checked built-in dictionaries against 4.22.15190
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Jul 8, 2020
1 parent 5b406d0 commit 53c3fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/dictutil/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

var (
builtinUpdated = "4.21.15015"
builtinUpdated = "4.22.15190"
builtinDict = map[string]string{
"de": "Deutsch",
"de-en": "Deutsch - English",
Expand Down
2 changes: 1 addition & 1 deletion docs/dicthtml/format.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This document describes [version 2](./v1v2.html) of Kobo dictionaries. Japanese

Kobo dictzips are standard ZIP files. In general, they are named `dicthtml-LOCALE.zip` where **LOCALE** is the ISO-639-1 language code (although custom locale codes can be used if added to ExtraLocales in the Kobo config file). In addition, a dictzip may be named `dicthtml-LOCALE-LOCALE.zip` for translation dictionaries. Some official dictionaries have slightly different locale codes (e.g. `jaxxdjs`), but these are exceptions.

As of firmware 4.21.15015, the official dictionaries are hosted on `https://kbdownload1-a.akamaihd.net/ereader/dictionaries/v2/dicthtml*.zip`, and support the following locales:
As of firmware 4.22.15190, the official dictionaries are hosted on `https://kbdownload1-a.akamaihd.net/ereader/dictionaries/v2/dicthtml*.zip`, and support the following locales:

| Locale | Language |
| --- | --- |
Expand Down

0 comments on commit 53c3fc5

Please sign in to comment.