fix: cleaner translation
This commit is contained in:
@@ -117,7 +117,7 @@ function onActivate(id)
|
||||
if noctalia.getConfig("notify") then
|
||||
noctalia.notify(
|
||||
noctalia.tr("notify.title"),
|
||||
noctalia.tr("notify.message") .. " " .. id
|
||||
noctalia.tr("notify.message", { name = id })
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
id = "yocraft/web-launcher"
|
||||
name = "Web Launcher"
|
||||
version = "1.2.3"
|
||||
version = "1.2.5"
|
||||
plugin_api = 3
|
||||
author = "yocraft"
|
||||
license = "MIT"
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
},
|
||||
"notify": {
|
||||
"title": "Websites",
|
||||
"message": "Opening"
|
||||
"message": "Opening {name}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user