CMXX - New translations ES, PT. Registration page translated.

This commit is contained in:
“VeLiTi”
2024-10-10 14:09:31 +02:00
parent 34b1ee1600
commit d2b022a08b
14 changed files with 1804 additions and 53 deletions

View File

@@ -43,6 +43,8 @@ foreach ($messages as $message){
if (file_exists($software_file)){
//GET SOURCE CODE
$file_contents = file_get_contents($software_file);
//REMOVE RETURN \R
$file_contents = str_replace("\r", '',$file_contents);
} else {
$file_contents = '';
}