match: remove useless errors module & clean up
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import loc from "../../localization/manager.js";
|
||||
|
||||
export function errorUnsupported(lang) {
|
||||
return loc(lang, 'ErrorUnsupported');
|
||||
}
|
||||
export function brokenLink(lang, host) {
|
||||
return loc(lang, 'ErrorBrokenLink', host);
|
||||
}
|
||||
export function genericError(lang, host) {
|
||||
return loc(lang, 'ErrorBadFetch', host);
|
||||
}
|
||||
Reference in New Issue
Block a user