You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
Hi, in a view, when using $this->formRow on a fieldset element then translation is not working for helper $this->formLabel on another element of the same fieldset.
I'm using zend 2.5.1. My simplified view is like this:
$busquedas is a fieldset. With this code translation is not working for element palabrasClaveBusqAvanzada. But if I change $this->formRow($busquedas->get('tipoBusqueda')) for $this->formHidden($busquedas->get('tipoBusqueda') then translation IS working for palabrasClaveBusqAvanzada.
Hi, in a view, when using $this->formRow on a fieldset element then translation is not working for helper $this->formLabel on another element of the same fieldset.
I'm using zend 2.5.1. My simplified view is like this:
$busquedas is a fieldset. With this code translation is not working for element palabrasClaveBusqAvanzada. But if I change
$this->formRow($busquedas->get('tipoBusqueda'))
for$this->formHidden($busquedas->get('tipoBusqueda')
then translation IS working for palabrasClaveBusqAvanzada.My translation is defined like this:
The text was updated successfully, but these errors were encountered: