attempt to accomodate Crowdin by providing a single source translation file that is not actually used or loaded by our code

This commit is contained in:
El RIDO
2020-10-04 12:39:35 +02:00
parent 417b17f86d
commit 3668f1e3f4
2 changed files with 121 additions and 1 deletions

View File

@@ -199,7 +199,6 @@ class I18n
self::$_availableLanguages[] = $match[1];
}
}
self::$_availableLanguages[] = 'en';
}
return self::$_availableLanguages;
}