From d1add5abbe73d39f7940ae97ade789ee46deb550 Mon Sep 17 00:00:00 2001 From: xiaoyifang <105986+xiaoyifang@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:39:17 +0800 Subject: [PATCH] Create how to customize the opencc.md --- howto/how to customize the opencc.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 howto/how to customize the opencc.md diff --git a/howto/how to customize the opencc.md b/howto/how to customize the opencc.md new file mode 100644 index 00000000..11bfc92e --- /dev/null +++ b/howto/how to customize the opencc.md @@ -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.