Skip to content

Commit

Permalink
add uk-UA to ValidVoskModels
Browse files Browse the repository at this point in the history
  • Loading branch information
ard3nto authored Aug 4, 2024
1 parent 7128108 commit e102a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chipper/pkg/wirepod/localization/localization.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package localization

import "github.com/kercre123/wire-pod/chipper/pkg/vars"

var ValidVoskModels []string = []string{"en-US", "it-IT", "es-ES", "fr-FR", "de-DE", "pt-BR", "pl-PL", "zh-CN", "tr-TR", "ru-RU", "nt-NL"}
var ValidVoskModels []string = []string{"en-US", "it-IT", "es-ES", "fr-FR", "de-DE", "pt-BR", "pl-PL", "zh-CN", "tr-TR", "ru-RU", "nt-NL", "uk-UA"}

const STR_WEATHER_IN = "str_weather_in"
const STR_WEATHER_FORECAST = "str_weather_forecast"
Expand Down

0 comments on commit e102a02

Please sign in to comment.