Hey guys! I've got a problem with internationalization in the app.
Last month I started noticing that some texts are empty in my app on different languages.
There are three languages, english is the main language and there's no issue with it, but texts on other two just keep disappearing or rewriting. For example I entered all three values in one text widget, then I enter three values in another text widget, and then if I check the first one, english text is ok, but the other two are just a copy of texts from the second text widget.
Sometimes everything looks ok, but then I change the page in the builder and international values just disappear.
It is a huge problem because it's almost impossible to work, sometimes I spend up to two hours just to fix every text widget, some text widgets are fixed multiple times. And after that, if I add something I need to check everything again.
Have anyone met this problem?