1
0
Fork 0
forked from len0rd/rockbox

builds.pm: Add disabled TTS entry for Hungrarian

Will enable once we cross the 85% threshold.

Change-Id: Ia3c5c591fe0bd8bec610e7025e98b8c868e0bfc8
This commit is contained in:
Solomon Peachy 2025-09-30 20:20:32 -04:00
parent 84b883907f
commit b4565feed6

View file

@ -791,6 +791,18 @@ sub simbuilds {
},
'enabled' => 1,
},
'magyar' => {
'lang' => 'magyar',
'name' => 'Magyar (Hungarian)',
'short' => 'hu',
'defengine' => 'piper',
'engines' => {
'espeak' => '-vhu',
'gtts' => '-l hu',
'piper' => 'hu_HU-berta-medium.onnx',
},
'enabled' => 0,
},
'nederlands' => {
'lang' => 'nederlands',
'name' => 'Nederlands (Dutch)',