Checking if all strings in your themes, plugins, Osclass core and messages can be properly translated may be incredibly hard work. Using Piglatin plugin for Osclass, this task gets much simpler.
Pig Latin helps you to identify all strings those cannot be translated, its algorithm is very simple, it shuffle letter order in words that can be translated. As example, sentence “What are you looking for today?” will be shown as “atWhay areay ouyay ookinglay orfay odaytay?”, so at first look you might think this plugin is buggy, but actually it is objective of this extension.
Then, if you find some word that is shown standardly and is not shuffled by pig latin, you know this word cannot be translated.
From Osclass perspective, addon simply adjust all strings those has been touched by Gettext extension for translations.
Piglatin plugin is especially helpful for themes and plugins developers.