From 759b7517efbc5149201afe31e6709ec480dfbc16 Mon Sep 17 00:00:00 2001 From: dymik739 Date: Wed, 19 Apr 2023 18:41:27 +0300 Subject: [PATCH] transliteration-decoder: hotfix - add missing letters to en-ua-direct model --- modules/transliteration-decoder/translate_models.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/transliteration-decoder/translate_models.json b/modules/transliteration-decoder/translate_models.json index f8e314d..d931d09 100644 --- a/modules/transliteration-decoder/translate_models.json +++ b/modules/transliteration-decoder/translate_models.json @@ -44,6 +44,8 @@ ["i", "ш"], ["o", "щ"], ["p", "з"], + ["[", "х"], + ["]", "ї"], ["a", "ф"], ["s", "і"], ["d", "в"], @@ -53,7 +55,9 @@ ["j", "о"], ["k", "л"], ["l", "д"], - [":", "ж"], + [";", "ж"], + [":", "Ж"], + ["\"", "Є"], ["'", "є"], ["z", "я"], ["x", "ч"],