mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-19 16:33:04 +03:00
Change lines
This commit is contained in:
parent
a7a208645a
commit
88237bec8b
2 changed files with 0 additions and 3 deletions
|
@ -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')!);
|
||||
});
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue