Skip to content

Commit

Permalink
added swedish and nowegian
Browse files Browse the repository at this point in the history
  • Loading branch information
andlo committed Nov 4, 2024
1 parent f877eb0 commit 2a42ade
Show file tree
Hide file tree
Showing 10 changed files with 75 additions and 0 deletions.
1 change: 1 addition & 0 deletions ovos_config/locale.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def get_full_lang_code(lang):
'hu': 'hu-hu',
'it': 'it-it',
'nl': 'nl-nl',
'no': 'no-no',
'pl': 'pl-pl',
'pt': 'pt-pt',
'ru': 'ru-ru',
Expand Down
9 changes: 9 additions & 0 deletions ovos_config/recommends/base/no-no.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"system_unit": "metric",
"temperature_unit": "celsius",
"windspeed_unit": "km/h",
"precipitation_unit": "mm",
"time_format": "full",
"spoken_time_format": "full",
"date_format": "DMY"
}
9 changes: 9 additions & 0 deletions ovos_config/recommends/base/sv-se.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"system_unit": "metric",
"temperature_unit": "celsius",
"windspeed_unit": "km/h",
"precipitation_unit": "mm",
"time_format": "full",
"spoken_time_format": "full",
"date_format": "YMD"
}
8 changes: 8 additions & 0 deletions ovos_config/recommends/offline_male/no-no.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"tts": {
"module": "ovos-tts-plugin-piper",
"ovos-tts-plugin-piper": {
"voice": "nst_talesyntese-medium"
}
}
}
8 changes: 8 additions & 0 deletions ovos_config/recommends/offline_male/se-sv.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"tts": {
"module": "ovos-tts-plugin-piper",
"ovos-tts-plugin-piper": {
"voice": "nst_talesyntese-medium"
}
}
}
9 changes: 9 additions & 0 deletions ovos_config/recommends/offline_stt/no-no.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"stt": {
"module": "ovos-stt-plugin-fasterwhisper",
"fallback_module": "",
"ovos-stt-plugin-fasterwhisper": {
"model": "small"
}
}
}
9 changes: 9 additions & 0 deletions ovos_config/recommends/offline_stt/sv-se.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"stt": {
"module": "ovos-stt-plugin-fasterwhisper",
"fallback_module": "",
"ovos-stt-plugin-fasterwhisper": {
"model": "small"
}
}
}
8 changes: 8 additions & 0 deletions ovos_config/recommends/online_male/no-no.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"tts": {
"module": "ovos-tts-plugin-server",
"ovos-tts-plugin-server": {
"voice": "nst_talesyntese-medium"
}
}
}
8 changes: 8 additions & 0 deletions ovos_config/recommends/online_male/sv-se.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"tts": {
"module": "ovos-tts-plugin-server",
"ovos-tts-plugin-server": {
"voice": "nst_talesyntese-medium"
}
}
}
6 changes: 6 additions & 0 deletions ovos_config/recommends/online_stt/no-no.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"stt": {
"module": "ovos-stt-plugin-server",
"fallback_module": ""
}
}

0 comments on commit 2a42ade

Please sign in to comment.