diff --git a/_lang.php b/_lang.php index c928909f..be953b75 100644 --- a/_lang.php +++ b/_lang.php @@ -36,3 +36,4 @@ foreach (array_reverse($translations[2], true) as $key => $translation) { $file = substr_replace($file, $s, $translation[1], strlen($translation[0])); } file_put_contents("lang.inc.php", $file); +echo "lang.inc.php modified.\n";