mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-05 14:29:04 +08:00
Update dictionary.ts
This commit is contained in:
@@ -4100,6 +4100,17 @@ const indonesianDicts: DictionaryResource[] = [
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{
|
||||||
|
"id": "biomedical-terms",
|
||||||
|
"name": "生物医学重点词汇",
|
||||||
|
"description": "生物医学专业术语词典",
|
||||||
|
"category": "专业词汇",
|
||||||
|
"url": "./dicts/BIOmedical.json",
|
||||||
|
"length": 561,
|
||||||
|
language: 'en',
|
||||||
|
languageCategory: 'en',
|
||||||
|
},
|
||||||
|
]
|
||||||
/**
|
/**
|
||||||
* Built-in dictionaries in an array.
|
* Built-in dictionaries in an array.
|
||||||
* Why arrays? Because it keeps the order across browsers.
|
* Why arrays? Because it keeps the order across browsers.
|
||||||
|
|||||||
Reference in New Issue
Block a user