From e857d336d99ef273ea09dfa6dd972db0fa3fa8de Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 20 May 2022 00:44:15 -0400 Subject: [PATCH] Added some custom words to custom dict for better pronounciation. --- config/punctuation/default.conf | 2 ++ config/punctuation/en.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/punctuation/default.conf b/config/punctuation/default.conf index e90d9bf5..a423d2b7 100644 --- a/config/punctuation/default.conf +++ b/config/punctuation/default.conf @@ -44,6 +44,8 @@ _:===:line =:===:equals [customDict] +nginx:===:EngineX +shit:===:shitt [emoticonDict] # This dictionary uses regexp when prefixed with "regex;", so be sure to escape anything that would be parsed by regexp, e.g. *, ., ^, $, etc. diff --git a/config/punctuation/en.conf b/config/punctuation/en.conf index 8656411c..fc0a69ad 100644 --- a/config/punctuation/en.conf +++ b/config/punctuation/en.conf @@ -44,6 +44,8 @@ _:===:line =:===:equals [customDict] +nginx:===:EngineX +shit:===:shitt [emoticonDict] # This dictionary uses regexp when prefixed with "regex;", so be sure to escape anything that would be parsed by regexp, e.g. *, ., ^, $, etc.