Create a branch generates non-informative branch name for non-Latin issue titles

Summary

I have non-English speaking devs in team and we are experiencing an issue when using Create a branch button in issues with titles in Russian language. Let's say we have an issue with Id 13 and title with Russian alphabet letters, like Пример проблемы, when we use Create a branch button, new branch is created with name like 13-, which is not very informative. Would be great if it could support non-Latin letters, or, if it is not possible, to transliterate issue title before generating a branch name, like 13-primer-problemy

Steps to reproduce

  1. Create an issue with title that consists of, for example, Russian letters Пример проблемы
  2. Press Create a branch

What is the current bug behavior?

Branch with name like 13- is created

What is the expected correct behavior?

Branch with name like 13-пример-проблемы or 13-primer-problemy is created