✨ ags(i18n): finally use i18n system!
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Gtk, Widget } from "astal/gtk3";
|
||||
import AstalHyprland from "gi://AstalHyprland";
|
||||
import { trGet } from "../../i18n/intl";
|
||||
|
||||
export function Logo(): Gtk.Widget {
|
||||
return new Widget.EventBox({
|
||||
@@ -8,6 +9,7 @@ export function Logo(): Gtk.Widget {
|
||||
child: new Widget.Box({
|
||||
child: new Widget.Label({
|
||||
className: "nf",
|
||||
tooltipText: trGet()["bar"]["apps"]["tooltip"],
|
||||
label: ""
|
||||
} as Widget.LabelProps)
|
||||
} as Widget.BoxProps)
|
||||
|
||||
Reference in New Issue
Block a user