You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a multi-language project with react-lottie-player. There are languages such as Thai, Burmese and Khmer that aren't using latin character like English, but abugidas where consonants are merged together with vowels to form one new character, for example: ဆ + ျ => ဆျ. However, to my observation, react-lottie-player splits all characters and renders them separately. Therefore "ဆျ" would be rendered as ဆ ျ. Is there a solution to this problem? Many thanks.
e.g. Burmese rendering:
The text was updated successfully, but these errors were encountered:
update: I read through the source code and found out that I blamed react-lottie-player wrong. The problem is actually from its dependency lottie-web. There is a thread about it. Luckily react-lottie-player is based on the older version of lottie-web, so manually installing the older version wouldn't break anything we have here.
I am working on a multi-language project with react-lottie-player. There are languages such as Thai, Burmese and Khmer that aren't using latin character like English, but abugidas where consonants are merged together with vowels to form one new character, for example: ဆ + ျ => ဆျ. However, to my observation, react-lottie-player splits all characters and renders them separately. Therefore "ဆျ" would be rendered as ဆ ျ. Is there a solution to this problem? Many thanks.
e.g. Burmese rendering:
The text was updated successfully, but these errors were encountered: