Skip to content

Commit

Permalink
fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj committed Dec 12, 2024
1 parent ec437b6 commit f5f0f8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/en/building/translations/localizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ To change the language of outgoing texts for a CHV or Supervisor to Swahili, fol
- Set up the translation for the reply message:

```json
"messages": [{
{
"messages": [{
"message": [{
"content": "Thank you, visit for {{patient_name}} ({{patient_id}}) has been recorded.",
"locale": "en"
Expand All @@ -333,6 +334,7 @@ To change the language of outgoing texts for a CHV or Supervisor to Swahili, fol
"event_type": "report_accepted",
"recipient": "reporting_unit"
}]
}
```

<br clear="all">
Expand Down

0 comments on commit f5f0f8c

Please sign in to comment.