mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-23 18:20:19 +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)
|
if (lang !== null)
|
||||||
this.i18n.setLang(lang);
|
this.i18n.setLang(lang);
|
||||||
|
|
||||||
console.log(this.i18n.loadedLanguage);
|
|
||||||
|
|
||||||
$('*[i18id]').each((i, element) => {
|
$('*[i18id]').each((i, element) => {
|
||||||
element.innerText = this.i18n.translate(element.getAttribute('i18id')!);
|
element.innerText = this.i18n.translate(element.getAttribute('i18id')!);
|
||||||
});
|
});
|
||||||
|
|
|
@ -4,7 +4,6 @@ const { ipcRenderer } = require('electron');
|
||||||
const { exec } = require('child_process');
|
const { exec } = require('child_process');
|
||||||
|
|
||||||
import $ from 'cash-dom';
|
import $ from 'cash-dom';
|
||||||
import { i18n } from './lib/i18n';
|
|
||||||
import { Genshinlib } from './lib/Genshinlib';
|
import { Genshinlib } from './lib/Genshinlib';
|
||||||
import { LauncherUI } from './lib/LauncherUI';
|
import { LauncherUI } from './lib/LauncherUI';
|
||||||
import { Tools } from './lib/Tools';
|
import { Tools } from './lib/Tools';
|
||||||
|
|
Loading…
Reference in a new issue