> Many databases have no description at all (like english-german for
> example), and even if it is a probably bug in these databases (not
> sure it is compulsory in the DICT format), it renders the database
> selection in the form quite difficult to use because we get empty
> names. It really should fallback to the database name in this case.
Use the `description' statement in your database configuration:
database {
name "english-german";
description <<EOT
English-german dictionary, composed by blah-blah-blah
A long multiline description following here...
EOT;
...
}
You'll find more info in the docs.
Regards,
Sergey
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]