I have to say that the new update is not an optimal solution.
That the Speedcam test and weather announcement stopped working due to a single missing or wrong word.
This is a search for the "needle in a haystack".
I hope Pongo changes that again
Printable View
I have to say that the new update is not an optimal solution.
That the Speedcam test and weather announcement stopped working due to a single missing or wrong word.
This is a search for the "needle in a haystack".
I hope Pongo changes that again
Also some other announcements like 'Kilometer pro stunde' is now read out as 'km/h'. Was working many versions before without any problem. Do not know if this is really an improvement.
i can sloved this problem. and then tts is workingQuote:
Originally Posted by jorgeultra [Only registered and activated users can see links. Click Here To Register...]
take by next step
driveralerts.zip\ui_nextgen\common\ui\driveralerts.ui
edit
<row text="On/Off Road Signs Warning and TTS Pro Test" ... enable=(%lua.DAEnabled && %lua.DAReadEnabled && (%lua.wReadOutDASupported || !%lua.DA_ReadTTS_Enabled && %lua.DAaudioSupported)) .../>
to
<row text="On/Off Road Signs Warning and TTS Pro Test" ... enable=1 .../>
speedcam.zip\ui_nextgen\common\ui\speedcam.ui
edit
<row text="Speedcam Test" isactionbutton=1 onrelease=sc_ReadoutSpeedcamInfo enable=.../>
to
<row text="Speedcam Test" isactionbutton=1 onrelease=sc_ReadoutSpeedcamInfo/>
After the translation problems, I'm also checking the lang and voice files that are always inside the Pongo skin update packages.
I have the sameQuote:
Originally Posted by userninenine [Only registered and activated users can see links. Click Here To Register...]
Dear friends!
Try this to see if it helps. In the voice file, change this line to this:
;Limit %s="The allowed speed %s."
Limit %s="The allowed speed %s"
The 'dot' character is causing the problem. This is a potential source of error.
My regards!
@Tajfun
Limit %s="The allowed speed %s" do not fix the problem.
I think it's this tring: " The speed limit is! "
Really don't know what that must be changed. Worked fine in the past.
Hi
The speed limit is %s!="your text %s"
NB : at the end of your translate do not write the "!" besause it generates an unpleasant audio blank between the speed value and the unity (km/h or miles/h)
@BIBUOT
Good shot. That fixed the problem.
Type this into the dictionary.voice file:Quote:
Originally Posted by userninenine [Only registered and activated users can see links. Click Here To Register...]
" km/h"="Kilometer pro Stunde"
"%s km/h"="%s Kilometer pro Stunde"
Postprint: ohh, I see I managed to fix it :)))