forked from GNUsocial/gnu-social
[CORE][I18N] Fix the translation system
This commit is contained in:
@@ -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 !== '/') {
|
||||
|
||||
Reference in New Issue
Block a user