コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function __construct($name = null, array $data = [], $dataName = '')
 {
     // FIXME: excluded locales do not work
     $this->excludeLocales(['nl_NL', 'si_LK', 'sv_FI', 'sv_SE', 'en_029', 'fa_IR', 'lo_LA']);
     parent::__construct($name, $data, $dataName);
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function __construct($name = null, array $data = [], $dataName = '')
 {
     // FIXME: excluded locales do not work
     $this->excludeLocales(['lo_LA']);
     parent::__construct($name, $data, $dataName);
 }