예제 #1
0
 /**
  * Loads package translation files into zend translate
  *
  * @param string                                  $locale    = null The identifier of the locale to activate (used to build the language file path). If empty we'll use currently active locale.
  * @param \Zend\I18n\Translator\Translator|string $translate = 'current' The Zend Translator instance that holds the translations (set to 'current' to use the current one)
  */
 public function setupPackageLocalization($locale = null, $translate = "current")
 {
     return parent::setupPackageLocalization($locale, $translate);
 }