Closed VishnuVardhanBR closed 9 months ago
In case of fallback, the sample text is not localized. What is it:
What it should be:
Unable to reproduce, any specific steps?
Unable to reproduce, any specific steps?
Hmmm. Guess you're running Sugarizer App locally (using Electron or file:///), I've tested on a local Sugarizer server. It can make a difference because there is a delay loading files.
I'm unable to reproduce on the server. I tried throttling the cpu and network using devtools, but couldn't see the issue, is there any another way?
Step to reproduce: 1) Change Sugarizer language to Igbo 2) Open popup menu for Markdown activity 3) Create a new instance (do not open an existing one)
I guess the problem is that this line could be executed before locale initialization. The solution could be to wait for the localized event to initialize value for a new instance.
I guess the problem is that this line could be executed before locale initialization.
Most likely. I can fix it but I just can't reproduce it to test before committing, please take a look below.
https://github.com/llaske/sugarizer/assets/64434937/4572747b-7462-42fb-8807-b00d4c007143
Strange. It happens each time on my side.
I made some changes but i'm unable to validate whether it works or not, what do I do?
@llaske
I tried in my system as well, it's showing the same thing, perhaps a localization issue
@llaske please review the Indentation changes
Fixes #1378 Locales work, no errors.