antigon-char2

This commit is contained in:
Untone 2024-09-26 21:57:22 +03:00
parent e4f867d64a
commit 875bc8eff7

View File

@ -38,6 +38,7 @@ def normalize(text):
.replace('0', 'о')
.replace('e', 'е')
.replace('d', 'д')
.replace('z', 'з')
)
return text