im a buffoon
this is a blind commit this might as well break everything
This commit is contained in:
@@ -2,7 +2,7 @@ import { supportedLanguages, appName } from "../config.js";
|
||||
import loadJson from "./load-json.js";
|
||||
|
||||
export default function(lang, cat, string, replacement) {
|
||||
if (!lang in supportedLanguages) {
|
||||
if (!supportedLanguages.includes(lang)) {
|
||||
lang = 'en'
|
||||
}
|
||||
try {
|
||||
@@ -19,4 +19,4 @@ export default function(lang, cat, string, replacement) {
|
||||
} catch (e) {
|
||||
return string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user