diff --git a/docs/internationalization/core.md b/docs/internationalization/core.md index a315a311..406e5ebc 100644 --- a/docs/internationalization/core.md +++ b/docs/internationalization/core.md @@ -70,6 +70,9 @@ The translation strings for the configuration flow handler are defined under the }, "abort": { "stale_api_key": "This message will be displayed if `stale_api_key` is returned as the abort reason." + }, + "progress": { + "slow_task": "This message will be displayed if `slow_task` is returned as `progress_action` for `async_show_progress`." } } }