mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
website: add document about custom transliteration
This commit is contained in:
parent
ca8dc576cd
commit
d7601a8875
BIN
website/docs/img/custom_trans.png
Normal file
BIN
website/docs/img/custom_trans.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
website/docs/img/custom_trans_result.png
Normal file
BIN
website/docs/img/custom_trans_result.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
10
website/docs/topic_transliteration.md
Normal file
10
website/docs/topic_transliteration.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Custom Transliteration
|
||||
|
||||
|
||||
This will enable users to configure their own transliteration if the provided transliteration can not meet the requirements.
|
||||
|
||||
![Screenshot](img/custom_trans.png)
|
||||
|
||||
This is the result after configured `ae;æ `
|
||||
|
||||
![](img/custom_trans_result.png)
|
|
@ -40,6 +40,7 @@ nav:
|
|||
- Command Lines: topic_commandline.md
|
||||
- Custom Stylesheets: topic_userstyle.md
|
||||
- Portable Mode: topic_portablemode.md
|
||||
- Custom transliteration: topic_transliteration.md
|
||||
- Report Bugs & Feedbacks: feedbacks.md
|
||||
- Contributor Guides:
|
||||
- Developer: developer.md
|
||||
|
|
Loading…
Reference in a new issue