Skip to content

Commit

Permalink
doc: remove references to removed flag --sort-locale
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Oct 3, 2024
1 parent 55d061d commit 62d679c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ In the case of passing `--sort`, you can also pass:
- UTF-8 is the default encoding for all sort keys and all output formats (unless mentioned otherwise)
- This will only effect the order of entries, and will not corrupt words / definition
- Non-encodable characters are replaced with `?` byte (*only for sorting*)
- Conflicts with `--sort-locale`

## Cache directory

Expand Down
20 changes: 10 additions & 10 deletions doc/sort-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

## Supported `sortKey` names / `--sort-key` argument values

| Name/Value | Description | Default for formats | Supports `--sort-locale` |
| ---------------------- | ------------------------- | ------------------------------------------------- | :----------------------: |
| `headword` | Headword | | Yes |
| `headword_lower` | Lowercase Headword | All other formats (given `--sort`) | Yes |
| `headword_bytes_lower` | ASCII-Lowercase Headword | | No |
| `stardict` | StarDict | [StarDict](./p/stardict.md) | No |
| `ebook` | E-Book (prefix length: 2) | [EPUB-2](./p/epub2.md), [Mobipocket](./p/mobi.md) | No |
| `ebook_length3` | E-Book (prefix length: 3) | | No |
| `dicformids` | DictionaryForMIDs | [DictionaryForMIDs](./p/dicformids.md) | No |
| `random` | Random | | Yes |
| Name/Value | Description | Default for formats | Supports locale |
| ---------------------- | ------------------------- | ------------------------------------------------- | :-------------: |
| `headword` | Headword | | Yes |
| `headword_lower` | Lowercase Headword | All other formats (given `--sort`) | Yes |
| `headword_bytes_lower` | ASCII-Lowercase Headword | | No |
| `stardict` | StarDict | [StarDict](./p/stardict.md) | No |
| `ebook` | E-Book (prefix length: 2) | [EPUB-2](./p/epub2.md), [Mobipocket](./p/mobi.md) | No |
| `ebook_length3` | E-Book (prefix length: 3) | | No |
| `dicformids` | DictionaryForMIDs | [DictionaryForMIDs](./p/dicformids.md) | No |
| `random` | Random | | Yes |

## Sort Locale

Expand Down

0 comments on commit 62d679c

Please sign in to comment.