add definition alias for dictionary

This commit is contained in:
bignutty 2024-12-29 20:16:21 +01:00
parent b049aefad2
commit f71aa434b0

View file

@ -51,7 +51,7 @@ function createDictionaryPage(context, result, index, language){
module.exports = {
name: 'dictionary',
label: 'query',
aliases: ['define', 'dict'],
aliases: ['define', 'dict', 'definition'],
metadata: {
description: 'Looks up words and teminology in a dictionary.',
description_short: 'Dictionary word definitions.',