Added data classes bases, Trivial modifications to many files

Update .gitignore, .htaccess, and 19 more files...
This commit is contained in:
2024-01-07 07:34:50 +01:00
parent fac33dd5e2
commit 3891ec5859
20 changed files with 70 additions and 12 deletions

View File

@@ -92,7 +92,7 @@ function localize_private(string $string_key, array $private_lang_data, bool $fa
}
}
if($fallback_to_common) {
// If we can attempt to fallback on the common lang file.
// If we can attempt to fall back on the common lang file.
return localize_private($fallback_prefix . $string_key, $lang_data, false);
}
@@ -128,4 +128,4 @@ function l10n_url_switch($lang) : string {
}
}
?>
?>