Bidirectional dictionary format that works with GoldenDict-ng? #2024
Unanswered
michaelbeijer
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am trying to find a dictionary format that works with Goldendict, but which allows bidirectional dictionaries. I am looking for a text-based format, so I can edit the files in a text editor without having to compile them every time I change something.
So stuff like:
There must be a format that allows me to add both directions in the same file?
Otherwise, I need to maintain two separate dictionaries, like this:
Dictionary 1:
Dutch = English
betalingsrisico; risico van wanbetaling = payment risk; risk of non-payment; default risk
Dictionary 2:
English = Dutch
payment risk; risk of non-payment; default risk = betalingsrisico; risico van wanbetaling
Beta Was this translation helpful? Give feedback.
All reactions