Skip to content

Commit e45b3d3

Browse files
committed
[ITB-578] Localisation support for non-UI APIs
1 parent b3c9a49 commit e45b3d3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,13 @@ applies. Note that plugin JAR files need to be built as "all-in-one" JARs.
116116

117117
The JSON validator calls plugins in sequence passing in the following input:
118118

119-
| Input name | Type | Description |
120-
| --- | --- | --- |
121-
| `contentToValidate` | `String` | The absolute and full path to the input provided to the validator. |
122-
| `domain` | `String` | The validation domain relevant to the specific validation call. |
123-
| `validationType` | `String` | The validation type of the domain that is selected for the specific validation call. |
124-
| `tempFolder` | `String` | The absolute and full path to a temporary folder for plugins. This will be automatically deleted after all plugins complete validation. |
119+
| Input name | Type | Description |
120+
|---------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------|
121+
| `contentToValidate` | `String` | The absolute and full path to the input provided to the validator. |
122+
| `domain` | `String` | The validation domain relevant to the specific validation call. |
123+
| `validationType` | `String` | The validation type of the domain that is selected for the specific validation call. |
124+
| `tempFolder` | `String` | The absolute and full path to a temporary folder for plugins. This will be automatically deleted after all plugins complete validation. |
125+
| `locale` | `String` | The locale (language code) to use for reporting of results (e.g. "fr", "fr_FR"). |
125126

126127
## Output from plugins
127128

0 commit comments

Comments
 (0)