mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-29 01:38:26 +00:00
im a buffoon
this is a blind commit this might as well break everything
This commit is contained in:
parent
abe936e695
commit
78176be045
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue