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
As the title says, I'm trying to find a way to eliminate duplicates in pot file.
The job can be achieved by using msguniq command and I can run it manually in Terminal but I'm wondering if I can do that from within this plugin. I know there is the processPot callback function to play with the resulted pot file, but I'm not quite familiar with how it should work.
Does anyone have experience with this? If yes can you let me know how it should be done?