diff --git a/website/docs/img/custom_trans.png b/website/docs/img/custom_trans.png new file mode 100644 index 00000000..a6eaf467 Binary files /dev/null and b/website/docs/img/custom_trans.png differ diff --git a/website/docs/img/custom_trans_result.png b/website/docs/img/custom_trans_result.png new file mode 100644 index 00000000..42d46d04 Binary files /dev/null and b/website/docs/img/custom_trans_result.png differ diff --git a/website/docs/topic_transliteration.md b/website/docs/topic_transliteration.md new file mode 100644 index 00000000..a247e241 --- /dev/null +++ b/website/docs/topic_transliteration.md @@ -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) diff --git a/website/mkdocs.yml b/website/mkdocs.yml index 9d724fdf..7cb03b7d 100644 --- a/website/mkdocs.yml +++ b/website/mkdocs.yml @@ -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