Change lines

This commit is contained in:
Maroxy 2021-10-24 10:36:07 +02:00
parent a7a208645a
commit 88237bec8b
2 changed files with 0 additions and 3 deletions

View file

@ -182,8 +182,6 @@ export class LauncherUI
if (lang !== null)
this.i18n.setLang(lang);
console.log(this.i18n.loadedLanguage);
$('*[i18id]').each((i, element) => {
element.innerText = this.i18n.translate(element.getAttribute('i18id')!);
});

View file

@ -4,7 +4,6 @@ const { ipcRenderer } = require('electron');
const { exec } = require('child_process');
import $ from 'cash-dom';
import { i18n } from './lib/i18n';
import { Genshinlib } from './lib/Genshinlib';
import { LauncherUI } from './lib/LauncherUI';
import { Tools } from './lib/Tools';