Skip to content

Commit 39bb544

Browse files
Document create_entry step flow translation keys (#2836)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent cbd3eea commit 39bb544

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/internationalization/core.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,14 @@ The example strings file below describes the different supported keys. Although
9595
"invalid_api_key": "This message will be displayed if `invalid_api_key` is returned as a flow error."
9696
},
9797
"abort": {
98-
"stale_api_key": "This message will be displayed if `stale_api_key` is returned as the abort reason."
98+
"stale_api_key": "This message will be displayed if `stale_api_key` is returned as the abort reason. Supports Markdown."
9999
},
100100
"progress": {
101-
"slow_task": "This message will be displayed if `slow_task` is returned as `progress_action` for `async_show_progress`."
101+
"slow_task": "This message will be displayed if `slow_task` is returned as `progress_action` for `async_show_progress`. Supports Markdown."
102+
},
103+
"create_entry": {
104+
"default": "This message will be displayed in the success dialog if `async_create_entry` is called with `description=None`. Supports Markdown.",
105+
"custom": "This message will be displayed in the success dialog if `async_create_entry` is called with `description='custom'`. Supports Markdown."
102106
}
103107
},
104108
"options": {

0 commit comments

Comments
 (0)