mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
rename define to dictionary
This commit is contained in:
parent
cf6fb6da9a
commit
04b9ebe035
2 changed files with 5 additions and 5 deletions
|
@ -49,8 +49,8 @@ function createDictionaryPage(context, result, index, language){
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'define',
|
name: 'dictionary',
|
||||||
description: 'Look up the definition of a word in the dictionary.',
|
description: 'Look up the definition of a word or term in a dictionary.',
|
||||||
contexts: [
|
contexts: [
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
|
|
|
@ -51,11 +51,11 @@ function createDictionaryPage(context, result, index, language){
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'define',
|
name: 'dictionary',
|
||||||
label: 'query',
|
label: 'query',
|
||||||
aliases: ['dictionary', 'dict'],
|
aliases: ['define', 'dict'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'Returns dictionary definitions for words.',
|
description: 'Looks up words and teminology in a dictionary.',
|
||||||
description_short: 'Dictionary word definitions.',
|
description_short: 'Dictionary word definitions.',
|
||||||
examples: ['dictionary Gehen -lang de'],
|
examples: ['dictionary Gehen -lang de'],
|
||||||
category: 'utils',
|
category: 'utils',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue