From c073cee04953f058778f4539dc4e451ad9da7829 Mon Sep 17 00:00:00 2001 From: tronikos Date: Wed, 12 Apr 2023 17:42:51 -0700 Subject: [PATCH] Google Assistant SDK: Fix broadcast command for Portuguese (#91293) Fix broadcast command for pt --- homeassistant/components/google_assistant_sdk/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/google_assistant_sdk/notify.py b/homeassistant/components/google_assistant_sdk/notify.py index 0c0338dd973a4..fa117b579a996 100644 --- a/homeassistant/components/google_assistant_sdk/notify.py +++ b/homeassistant/components/google_assistant_sdk/notify.py @@ -20,7 +20,7 @@ "it": ("Trasmetti {0}", "Trasmetti in {1} {0}"), "ja": ("{0}とブロードキャストして", "{0}と{1}にブロードキャストして"), "ko": ("{0} 라고 방송해 줘", "{0} 라고 {1}에 방송해 줘"), - "pt": ("Transmite {0}", "Transmite para {1} {0}"), + "pt": ("Transmitir {0}", "Transmitir {0} para {1}"), }