1 parent 1c4f856 commit 7660ac2Copy full SHA for 7660ac2
1 file changed
SoftbootMenu@makinikm/applet.js
@@ -5,6 +5,10 @@ const Util = imports.misc.util;
5
const Gio = imports.gi.Gio;
6
const GLib = imports.gi.GLib;
7
8
+// l10n/translation support
9
+const UUID = "softbootmenu@makinikm";
10
+Gettext.bindtextdomain(UUID, GLib.get_home_dir() + "/.local/share/locale");
11
+
12
function listKernels() {
13
const bootDir = Gio.File.new_for_path("/boot");
14
let kernels = [];
0 commit comments