Just wanted to report errors on the Inline Lua Examples
First, on the TranslateDay lua code:
spanish = {'domingo','lunes','martes','mercredi','miércoles','viernes','sábado'},
Should be:
spanish = {'domingo','lunes','martes','miércoles','jueves','viernes','sábado'},
And the other errors are just display errors (which I haven't check exactly what the error is on the code, since I'm starting to learn lua).
TranslateDay: Header shows the literal [&MeasureScript:TranslateHeader('[#MainLang])'] string ConvertTemp: Shows the literal [&MeasureScript:ConvertToCelsius([&MeasureTemp])]°C string on MouseOver, instead (I guess it should only show "°C"), may be the weather URL it uses doesn't work anymore. Because it doesn't even show any temperature, it only displays "°F".
On Load and MouseLeave: MouseOver:
First, on the TranslateDay lua code:
spanish = {'domingo','lunes','martes','mercredi','miércoles','viernes','sábado'},
Should be:
spanish = {'domingo','lunes','martes','miércoles','jueves','viernes','sábado'},
And the other errors are just display errors (which I haven't check exactly what the error is on the code, since I'm starting to learn lua).
TranslateDay: Header shows the literal [&MeasureScript:TranslateHeader('[#MainLang])'] string ConvertTemp: Shows the literal [&MeasureScript:ConvertToCelsius([&MeasureTemp])]°C string on MouseOver, instead (I guess it should only show "°C"), may be the weather URL it uses doesn't work anymore. Because it doesn't even show any temperature, it only displays "°F".
On Load and MouseLeave: MouseOver:
Statistics: Posted by RicardoTM — February 15th, 2024, 6:41 pm — Replies 4 — Views 115