File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
docs/internationalization Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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" : {
You can’t perform that action at this time.
0 commit comments