Add prompt as constant and common translation key (#148896)

This commit is contained in:
Joost Lekkerkerker
2025-07-16 18:23:38 +02:00
committed by GitHub
parent e2340314c6
commit a5f0f6c8b9
6 changed files with 8 additions and 6 deletions

View File

@@ -245,6 +245,7 @@ CONF_PLATFORM: Final = "platform"
CONF_PORT: Final = "port"
CONF_PREFIX: Final = "prefix"
CONF_PROFILE_NAME: Final = "profile_name"
CONF_PROMPT: Final = "prompt"
CONF_PROTOCOL: Final = "protocol"
CONF_PROXY_SSL: Final = "proxy_ssl"
CONF_QUOTE: Final = "quote"