$directories
$directories : array
Array of directories where PO files are stored
This is the factory class for TranslationManager service. The purpose of the factory is to instantiate the service and pass it dependencies (inject dependencies).
getTranslationArray(string $type, string $locale, integer $idx, integer $index) : array
Get an array of parameters showing which PO file contains the translated message
string | $type | all or untranslated |
string | $locale | the language locale |
integer | $idx | |
integer | $index |