From 7d7542aa012b707217f1efa6a4c00aa0d034c641 Mon Sep 17 00:00:00 2001 From: crash5 <10976627+crash5@users.noreply.github.com> Date: Sat, 13 Jan 2024 10:07:39 +0100 Subject: [PATCH] Replace old defaults.persistent.lua with defaults.custom.lua for custom dictionary path --- features/Dictionary-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/Dictionary-support.md b/features/Dictionary-support.md index 3cdc35f..953da2e 100644 --- a/features/Dictionary-support.md +++ b/features/Dictionary-support.md @@ -20,7 +20,7 @@ The dictionaries need to be installed into one of those directories: * `$HOME/.config/koreader/data/dict` directory for Linux * `$HOME/Library/Application Support/data/dict` directory for macOS -Since *v2020.04* you can override the directory where dictionaries are installed. This is useful if your device has more than one app that can deal with StarDict dictionaries to avoid duplicates. To do so, you'll need to add the full path to `defaults.persistent.lua`. For example: `STARDICT_DATA_DIR = "/mnt/onboard/.adds/vlasovsoft/dictionary"`. +Since *v2020.04* you can override the directory where dictionaries are installed. This is useful if your device has more than one app that can deal with StarDict dictionaries to avoid duplicates. To do so, you'll need to add the full path to `defaults.custom.lua`. For example: `STARDICT_DATA_DIR = "/mnt/onboard/.adds/vlasovsoft/dictionary"`. ### Where to find dictionaries