mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
Create how to customize the opencc.md
This commit is contained in:
parent
fdb4aae875
commit
d1add5abbe
20
howto/how to customize the opencc.md
Normal file
20
howto/how to customize the opencc.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
Under the opencc folder ,these are the opencc configuration files.
|
||||||
|
|
||||||
|
the following three files are currently been used in GoldenDict.
|
||||||
|
```
|
||||||
|
s2tw.json
|
||||||
|
s2hk.json
|
||||||
|
t2s.json
|
||||||
|
```
|
||||||
|
- how to specify other configuration files?
|
||||||
|
|
||||||
|
1. create a custom file ,such as custom.txt
|
||||||
|
|
||||||
|
![image](https://user-images.githubusercontent.com/105986/192209053-82f316ca-8657-4a59-af50-6e704d155fad.png)
|
||||||
|
|
||||||
|
2. modify the \*.json file, add add the new custom.txt to the configuration .
|
||||||
|
|
||||||
|
![image](https://user-images.githubusercontent.com/105986/192209129-ebc9efe7-ce82-4d4d-ad52-1b3c33eaf270.png)
|
||||||
|
|
||||||
|
|
||||||
|
any other valid opencc configuration solutions should also work here.
|
Loading…
Reference in a new issue