Skip to content

Commit 86daf7b

Browse files
authored
Merge pull request #75 from SGVsbG8K/master
fix russian 'n'
2 parents 6b49921 + 6ee2ef3 commit 86daf7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/src/utils/dialects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const russian = {
9797
"-.-": "к",
9898
".-..": "л",
9999
"--": "м",
100-
"-.": "h",
100+
"-.": "н",
101101
"---": "о",
102102
".--.": "п",
103103
".-.": "p",

0 commit comments

Comments
 (0)