From 1650cd240e3009e58c5dbd49a42d0a1e7bd66073 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Tue, 17 Nov 2020 20:10:49 +0100 Subject: [PATCH] Add progress key to available translation keys (#726) --- docs/internationalization/core.md | 3 +++ 1 file changed, 3 insertions(+) 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`." } } }