Skip to content

Commit

Permalink
yo yu b krkzbr
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Jan 10, 2021
1 parent aba45e2 commit d1b192c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion translate_krzb.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ def tr(txt):
'i': 'ш', 'o': 'Ρ‰', 'p': 'Π·', '[': 'Ρ…', ']': 'ъ', 'a': 'Ρ„', 's': 'Ρ‹',
'd': 'Π²', 'f': 'Π°', 'g': 'ΠΏ', 'h': 'Ρ€', 'j': 'ΠΎ', 'k': 'Π»', 'l': 'Π΄',
';': 'ΠΆ', "'": 'э', 'z': 'я', 'x': 'Ρ‡', 'c': 'с', 'v': 'ΠΌ', 'b': 'ΠΈ',
'n': 'Ρ‚', 'm': 'ь', ',': 'Π±', '.': 'ю', '/': '.', '&': '?', '`': 'Ρ‘'
'n': 'Ρ‚', 'm': 'ь', ',': 'Π±', '.': 'ю', '/': '.', '&': '?', '`': 'Ρ‘',
'~': 'Ρ‘', '>': 'ю', '<': 'Π±'
}
def t(x):
if x in tr_dict:
Expand Down

0 comments on commit d1b192c

Please sign in to comment.