Merged PR 2325: missing welsh translations on search results
missing welsh translations on search results Related work items: #23044
This commit is contained in:
@@ -687,7 +687,7 @@ const SearchResults = (props) => {
|
|||||||
'$..[?(@ && @.value=="' +
|
'$..[?(@ && @.value=="' +
|
||||||
item[
|
item[
|
||||||
"statuscode@OData.Community.Display.V1.FormattedValue"
|
"statuscode@OData.Community.Display.V1.FormattedValue"
|
||||||
] +
|
].trim() +
|
||||||
'")].value_cy',
|
'")].value_cy',
|
||||||
json: transLookup,
|
json: transLookup,
|
||||||
eval: true
|
eval: true
|
||||||
|
|||||||
@@ -438,6 +438,11 @@
|
|||||||
"value": "Blocked",
|
"value": "Blocked",
|
||||||
"value_cy": "Wedi’i Rwystro",
|
"value_cy": "Wedi’i Rwystro",
|
||||||
"statuscode": 50
|
"statuscode": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "Environmental Impact Assessment Scoping",
|
||||||
|
"value_cy": "Cwmpasu Asesiad Effaith Amgylcheddol",
|
||||||
|
"statuscode": "51"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user