Add closing backticks to core internalization doc (#2713)

This commit is contained in:
redlukas 2025-06-30 12:36:54 +02:00 committed by GitHub
parent aaf985168a
commit 77d0ea69c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -272,7 +272,7 @@ The translation strings for repairs issues are defined under the `issues` key. A
// The title of the issue
"title": "The tea is cold",
// Translations for a fixable issue's repair flow, defined in the same way as translation for a configuration flow.
// Exactly one of `fix_flow` or `description. must be present.
// Exactly one of `fix_flow` or `description`. must be present.
"fix_flow": {
"abort": {
"not_tea_time": "Can not re-heat the tea at this time"
@ -281,7 +281,7 @@ The translation strings for repairs issues are defined under the `issues` key. A
},
"unfixable_problem": {
"title": "This is not a fixable problem",
// Description of the issue, exactly one of `fix_flow` or `description. must be present.
// Description of the issue, exactly one of `fix_flow` or `description`. must be present.
"description": "This issue can't be fixed by a flow."
}
}