Feature: #69416 - Plugins (AbstractPlugin) can load custom language file
See forge#69416
Description
Abstract
takes an optional argument specifying path to a
language file. It allows placing language files in other paths like in Extbase
structure "Resources/Private/Language". Previously language file had to be
located in the directory set in the script
property.
Impact
Possibility to put language label files in other paths.