Skip to content

Commit

Permalink
Google Assistant SDK: Fix broadcast command for Portuguese (#91293)
Browse files Browse the repository at this point in the history
Fix broadcast command for pt
  • Loading branch information
tronikos authored and balloob committed Apr 13, 2023
1 parent e9f1148 commit c073cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/google_assistant_sdk/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"),
}


Expand Down

0 comments on commit c073cee

Please sign in to comment.