Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
// Convert previously wrong encoded LNG vars
function icon_convert(&$item1, $key, $prefix)
{
$item1 = iconv("cp1251", "UTF-8", $item1);
}
array_walk($LNG, 'icon_convert', $LNG);
unfortunately, it does not appear a translation was ever contributedI see the last response was from 2014 and no reply 6 years ago - may I take it there is no Spanish translation available. Thanks