i18n: WAY more i18n conversion

This commit is contained in:
Ly-sec
2025-09-24 14:12:12 +02:00
parent df70f0c824
commit 2a23b6afdd
44 changed files with 327 additions and 204 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ NPanel {
fontWeight: Style.fontWeightSemiBold
text: searchText
placeholderText: "Search entries... or use > for commands"
placeholderText: I18n.tr("placeholders.search-launcher")
onTextChanged: searchText = text
@@ -7,7 +7,7 @@ import "../../../Helpers/FuzzySort.js" as Fuzzysort
Item {
property var launcher: null
property string name: "Applications"
property string name: I18n.tr("plugins.applications")
property bool handleSearch: true
property var entries: []
@@ -4,7 +4,7 @@ import "../../../Helpers/AdvancedMath.js" as AdvancedMath
Item {
property var launcher: null
property string name: "Calculator"
property string name: I18n.tr("plugins.calculator")
function handleCommand(query) {
// Handle >calc command or direct math expressions after >
+1 -1
View File
@@ -7,7 +7,7 @@ Item {
id: root
// Plugin metadata
property string name: "Clipboard history"
property string name: I18n.tr("plugins.clipboard")
property var launcher: null
// Plugin capabilities