Added “locale: ” string to echo the currently set locale (the line remains commented out)

This commit is contained in:
pezcurrel 2023-12-29 10:35:11 +01:00
parent 2b0561c3e2
commit 385935c662

View file

@ -69,7 +69,7 @@ if (is_null($dlang)) $dlang='en';
$tdom='masthelp';
$locale=localemap($dlang);
//echo $locale.'<br>'.N;
//echo 'locale: '.$locale.'<br>'.N;
setlocale(LC_ALL,$locale);
bindtextdomain($tdom,'./locale');
textdomain($tdom);