Add Turkish characters to mpv chat input (#314)

This commit is contained in:
Etoh 2020-05-23 16:59:47 +01:00 committed by GitHub
parent f8b8032ef6
commit aa5e7d8965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ non_us_chars = {
'И','и','Й','й','К','к','Л','л','М','м','Н','н','О','о','П','п', 'И','и','Й','й','К','к','Л','л','М','м','Н','н','О','о','П','п',
'Р','р','С','с','Т','т','У','у','Ф','ф','Х','х','Ц','ц','Ч','ч', 'Р','р','С','с','Т','т','У','у','Ф','ф','Х','х','Ц','ц','Ч','ч',
'Ш','ш','Щ','щ','Ъ','ъ','Ы','ы','Ь','ь','Э','э','Ю','ю','Я','я', 'Ш','ш','Щ','щ','Ъ','ъ','Ы','ы','Ь','ь','Э','э','Ю','ю','Я','я',
'','' '','','Ğ','Ş','ı','ğ','ş'
} }
function format_scrolling(xpos, ypos, text) function format_scrolling(xpos, ypos, text)