i18n: more cases detected

This commit is contained in:
Ly-sec
2025-09-24 14:53:09 +02:00
parent 04f247905a
commit 1470a92556
5 changed files with 520 additions and 144 deletions
+15 -15
View File
@@ -3,7 +3,7 @@ import QtQuick.Controls
import QtQuick.Layouts
import Quickshell
import Quickshell.Wayland
import qs.Modules.Settings.Tabs as Tabs
import qs.Modules.Settings.Tabs
import qs.Commons
import qs.Services
import qs.Widgets
@@ -52,59 +52,59 @@ NPanel {
Component {
id: generalTab
Tabs.GeneralTab {}
GeneralTab {}
}
Component {
id: launcherTab
Tabs.LauncherTab {}
LauncherTab {}
}
Component {
id: barTab
Tabs.BarTab {}
BarTab {}
}
Component {
id: audioTab
Tabs.AudioTab {}
AudioTab {}
}
Component {
id: displayTab
Tabs.DisplayTab {}
DisplayTab {}
}
Component {
id: networkTab
Tabs.NetworkTab {}
NetworkTab {}
}
Component {
id: locationTab
Tabs.LocationTab {}
LocationTab {}
}
Component {
id: colorSchemeTab
Tabs.ColorSchemeTab {}
ColorSchemeTab {}
}
Component {
id: wallpaperTab
Tabs.WallpaperTab {}
WallpaperTab {}
}
Component {
id: screenRecorderTab
Tabs.ScreenRecorderTab {}
ScreenRecorderTab {}
}
Component {
id: aboutTab
Tabs.AboutTab {}
AboutTab {}
}
Component {
id: hooksTab
Tabs.HooksTab {}
HooksTab {}
}
Component {
id: dockTab
Tabs.DockTab {}
DockTab {}
}
Component {
id: notificationsTab
Tabs.NotificationsTab {}
NotificationsTab {}
}
// Order *DOES* matter