Skip to content

Commit 7660ac2

Browse files
committed
l10n
1 parent 1c4f856 commit 7660ac2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎SoftbootMenu@makinikm/applet.js‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ const Util = imports.misc.util;
55
const Gio = imports.gi.Gio;
66
const GLib = imports.gi.GLib;
77

8+
// l10n/translation support
9+
const UUID = "softbootmenu@makinikm";
10+
Gettext.bindtextdomain(UUID, GLib.get_home_dir() + "/.local/share/locale");
11+
812
function listKernels() {
913
const bootDir = Gio.File.new_for_path("/boot");
1014
let kernels = [];

0 commit comments

Comments
 (0)