Hi, I have been able to load translation.mo with MO loader. Now, how to print translation of string from object created by MO loader, something like: `echo $translations->gettext('Hello world!', 'optional-textdomain');` With my current knowledge I was not able to figure out from documentation. Is it possible?