translate

This commit is contained in:
2022-08-21 16:12:53 +02:00
parent 651afe11ad
commit 7e0d13529a
4 changed files with 136 additions and 77 deletions

View File

@@ -1,14 +1,13 @@
import glob
import os
import sys
from pathlib import Path
from PySide6.QtCore import QDir, QModelIndex
from PySide6.QtGui import QIcon, QStandardItemModel, QStandardItem
from PySide6.QtGui import QIcon
from src.pluginregistry import PluginRegistry
from src.plugins.krowlog.Tab import Tab
from PySide6.QtWidgets import QTextEdit, QVBoxLayout, QLabel, QLineEdit, QPushButton, QFileDialog, QTreeView, \
from PySide6.QtWidgets import QVBoxLayout, QLabel, QLineEdit, QPushButton, QFileDialog, QTreeView, \
QFileSystemModel
from src.i18n import _
from src.settings.settings import Settings