Skip to content

Commit 53eddce

Browse files
Update diagrams/state-diagrams/welsh-translation-states-and-fields.md
Co-authored-by: David Biddle <david.biddle@digital.cabinet-office.gov.uk>
1 parent 2718f2f commit 53eddce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

diagrams/state-diagrams/welsh-translation-states-and-fields.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ stateDiagram-v2
2929

3030
## available_languages
3131

32-
`available_languages`, is an array of language codes. It's `[:en]` by default, which signals that the form is only available in English.
33-
Forms with a Welsh translation have `[:en, :cy]` in the array.
32+
`available_languages`, is an array of language codes. It's `["en"]` by default, which signals that the form is only available in English.
33+
Forms with a Welsh translation have `["en", "cy"]` in the array.
3434

3535
As soon as the Welsh translation page is submitted with at least one value for a field, the `available_languages` array will be updated.
3636

0 commit comments

Comments
 (0)