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