Skip to content

Commit

Permalink
Mark Spanish language as complete for Assist (home-assistant#36317)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Dec 12, 2024
1 parent df0bb9b commit 26e92f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/voice_control/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ function registerLanguageSelectChange() {
function updateLanguageSupports(locale = null) {
let data = {
"en-US": [3, 3],
"es-ES": [2, 2],
"es-ES": [3, 3],
"pt-BR": [3, 3],
"de-DE": [3, 3],
"it-IT": [2, 2],
Expand Down

0 comments on commit 26e92f7

Please sign in to comment.