Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(translator): fix problem with the input length
This commit fix the problem of panick when the input contains a character who has a length >= 2. The solution consisted to use the number of characters present in the input instead of the input length.
- Loading branch information