Browse Source

docs: clarify order for replaced characters

master
Valdis Vitolins 7 years ago
parent
commit
c4d9d7b57a
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      docs/dictionary.md

+ 3
- 3
docs/dictionary.md View File

@@ -511,9 +511,9 @@ each language. The number fragments are given in the `*_list` file.
Character substitutions can be specified by using a `.replace` section
at the start of the `*_rules` file. Each line specified either one or
two alphabetic characters to be replaced by another one or two
alphabetic characters. This substitution is done to a word before it is
translated using the spelling-to-phoneme rules. Only the lower-case
version of the characters needs to be specified. e.g.
alphabetic characters. This substitution is done to a word before word is searched
in `*_list` or `*_listx` file and translated using the spelling-to-phoneme rules.
Only the lower-case version of the characters needs to be specified. e.g.

.replace
ô   ő   // (Hungarian) allow the use of o-circumflex instead of o-double-accute

Loading…
Cancel
Save