mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
presence #294 work + setings improvements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user