mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Update manage_groups.md
This commit is contained in:
parent
40c169336d
commit
1d67184d21
|
@ -82,7 +82,7 @@ The metadata file uses [TOML](https://toml.io) format.
|
|||
```toml
|
||||
categories = [ "English", "Russian", "Chinese" ]
|
||||
|
||||
# the following fields have not supported yet.
|
||||
# the following `langfrom` , `langto` fields have not been supported yet.
|
||||
[metadata]
|
||||
name = "New Name"
|
||||
langfrom = "English"
|
||||
|
@ -122,4 +122,4 @@ The structure above will be auto grouped into three groups:
|
|||
* `图片词典` with `Collins`
|
||||
* `汉英词典` with `Cambridge`,`Collins`
|
||||
|
||||
Note: Dictionaries without `metadata.toml` won't be auto-grouped.
|
||||
Note: Dictionaries without `metadata.toml` won't be auto-grouped.
|
||||
|
|
Loading…
Reference in a new issue