/** * Current locale * @var string */ protected $currentLocale = ''; /** * Current translation objects * @var array[] */ protected $currentTranslations;