I'm new to koreader, and trying to set the STARDICT_DATA_DIR in the config for koreader on Android.
I've tried editing defaults.custom.lua as follows:
Code:
-- /storage/emulated/0/koreader/defaults.custom.lua
STARDICT_DATA_DIR = "/storage/emulated/0/dictdata"
return {}
But it didn't change anything. I've also tried the same in defaults.persistent.lua
Any idea where I set this to take effect?