[CORE][I18N] Fix the translation system

This commit is contained in:
Hugo Sales
2020-03-13 22:31:56 +00:00
committed by Hugo Sales
parent 2b9a15c1e9
commit 2215b05894
3 changed files with 100 additions and 85 deletions

View File

@@ -16,8 +16,13 @@
namespace App\Util;
class Common
abstract class Common
{
public static function config(string $section, string $field)
{
}
public static function normalizePath(string $path): string
{
if (DIRECTORY_SEPARATOR !== '/') {