File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -331,10 +331,9 @@ public class DataTableStepDefinitions {
331331
332332### Localized Transformers
333333
334- Combining the [ Before hook] ( #before--after ) and the Scenario's language offers custom transformation that respects the
335- language of the feature file. For example, localized features about summer solstice may provide the date "21 kesäkuuta
336- 2025" (Finnish) or "21 juin 2025" (French). Parsing these dates requires an according ` DateTimeFormatter ` , either within
337- a default transformer method or within a named type.
334+ To transform a value localized to the language of the feature file combine the [ Before hook] ( #before--after ) and the
335+ scenario's language. For example, localized features about summer solstice may provide the date "21 kesäkuuta 2025"
336+ (Finnish) or "21 juin 2025" (French). Parsing these dates requires a ` DateTimeFormatter ` with a locale.
338337
339338 ``` java
340339package com.example.app ;
You can’t perform that action at this time.
0 commit comments