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
Reporting here as a reminder the piece of code for forcing the reload of the menu labels from .pot files
Before moving on to other stuff, as I spent some time to came to find a solution to complete the menu translation I'd like to see it here, at least commented, thanks.
I thought that was in the last merge, but I did notice that it may not be working in a quick test.
The current algorithm has a list of widget IDs to look up.
For each widget, the current text is looked up, and then it is translated and the text on the label updated.
Where it fails is:
when the widget does not have an initial text, which I had to fix on a few widgets.
Wrong widget ID for the text was being looked up.
Translation missing from the compiled message catalog, possibly because if it missing / disabled in the po file.
Reporting here as a reminder the piece of code for forcing the reload of the menu labels from .pot files
Before moving on to other stuff, as I spent some time to came to find a solution to complete the menu translation I'd like to see it here, at least commented, thanks.
I am referring to this code:
The text was updated successfully, but these errors were encountered: