BMD export update / address Skonto

This commit is contained in:
Frank Schubert
2024-01-16 16:46:16 +01:00
parent 898e35f830
commit 086706d6c7
7 changed files with 193 additions and 41 deletions

View File

@@ -279,9 +279,12 @@ if(!isset($lang)) {
$lang = [];
}
function __($string, $prefix = null) {
function __($_string, $prefix = null) {
global $lang;
$string = str_replace(["Ä","Ö","Ü"],["ä","ö","ü"] , strtolower($_string));
if(!$lang) {
//mfLoghandler::singleton()->debug("Loading language file for __() function");
include(BASEDIR . "/lang/de.php");