mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 12:26:29 +00:00
Add progress key to available translation keys (#726)
This commit is contained in:
parent
0e2ebe957e
commit
1650cd240e
@ -70,6 +70,9 @@ The translation strings for the configuration flow handler are defined under the
|
|||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"stale_api_key": "This message will be displayed if `stale_api_key` is returned as the abort reason."
|
"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`."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user