presence #294 work + setings improvements

This commit is contained in:
Jokob-sk
2023-07-25 06:43:15 +10:00
parent 56f35f5068
commit cd164793cc
5 changed files with 17 additions and 3 deletions

View File

@@ -56,6 +56,10 @@ function lang($key)
// if found, use default language
$temp = $lang[$defaultLang][$key];
} elseif (strpos($key, "__metadata") !== false) {
// If the key contains "__metadata", handle it here.
// You can set a specific value or perform some other action for these keys.
$temp = "__metadata";
} else
{
// String not found in the default or selected language