From 4db8d252a6db835f7a3c7bf545409b7fe6fa614a Mon Sep 17 00:00:00 2001 From: Sultan Iman Date: Sat, 28 Oct 2023 19:46:57 +0200 Subject: [PATCH] =?UTF-8?q?qatany=20o=C3=B1doo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- text/rules.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/text/rules.go b/text/rules.go index 99f761e..6da07d4 100644 --- a/text/rules.go +++ b/text/rules.go @@ -24,6 +24,7 @@ var Mapping = AlphabetMapping{ 'н': "n", 'ң': "ñ", 'о': "o", + 'ө': "ö", 'п': "p", 'р': "r", 'с': "s", @@ -62,6 +63,7 @@ var Mapping = AlphabetMapping{ 'Н': "N", 'Ң': "Ñ", 'О': "O", + 'Ө': "Ö", 'П': "P", 'Р': "R", 'С': "S",