mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-30 14:34:27 +02: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";
|
import loadJson from "./load-json.js";
|
||||||
|
|
||||||
export default function(lang, cat, string, replacement) {
|
export default function(lang, cat, string, replacement) {
|
||||||
if (!lang in supportedLanguages) {
|
if (!supportedLanguages.includes(lang)) {
|
||||||
lang = 'en'
|
lang = 'en'
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user