$val) { if (!isset($enData[$key])) { $missingKeys[] = $key; } } if (!empty($missingKeys)) { echo "File: $file has missing keys in EN: " . implode(', ', $missingKeys) . "\n"; } } echo "Static translation key check completed.\n";