oops that broke
This commit is contained in:
parent
9e74571fe1
commit
c484304a3a
|
@ -77,8 +77,6 @@ document.addEventListener(
|
||||||
"DOMContentLoaded",
|
"DOMContentLoaded",
|
||||||
async () => {
|
async () => {
|
||||||
console.log("Loading...");
|
console.log("Loading...");
|
||||||
// @ts-expect-error
|
|
||||||
console.log("Build Data:", BUILD_STRING);
|
|
||||||
await i18next.init({
|
await i18next.init({
|
||||||
lng: settings.language,
|
lng: settings.language,
|
||||||
fallbackLng: "en",
|
fallbackLng: "en",
|
||||||
|
|
Loading…
Reference in a new issue