Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix visualization for recordings in other languages. #786

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Daniele-Tentoni
Copy link

Now, if user record a call in a language, the file saved in file system has a name in that language. Changing the language, the recording is not shown because formatter can't understand the file name.

With this fix, the file name is in en_US locale in any case and is read in that locale in any case, so every recording is shown in the list view.

This problem is resolved in our fork of the project with those lines of code. There's no issues in list view headers views and the reproduction of the audio files has no issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant