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 was archived by the owner on Jan 30, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,19 @@ All notable changes to this project will be documented in this file, in reverse
34
34
35
35
### Added
36
36
37
-
- Nothing.
37
+
-[#188](https://github.com/zendframework/zend-form/pull/188) adds a new method to the `FormElementErrors` view helper, `setTranslateMessages(bool $flag)`.
38
+
By default, the helper continues to translate error messages (if a translator
39
+
is present), as introduced in 2.11.0. However, using this method, you can
40
+
disable translation, which may be necessary to prevent double translation
41
+
and/or to reduce logs from missed translation lookups. Because the method
42
+
implements a fluent interface, you may do so in one line:
0 commit comments