Skip to content

Commit b6dc095

Browse files
committed
cpu-gpu-monitor@alexsmolya: respect XDG data directory
1 parent d776fc7 commit b6dc095

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cpu-gpu-monitor@alexsmolya/files/cpu-gpu-monitor@alexsmolya

cpu-gpu-monitor@alexsmolya/files/cpu-gpu-monitor@alexsmolya/desklet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const Format = imports.format;
1414

1515
const UUID = "cpu-gpu-monitor@alexsmolya";
1616

17-
Gettext.bindtextdomain(UUID, GLib.get_home_dir() + "/.local/share/locale");
17+
Gettext.bindtextdomain(UUID, GLib.get_user_data_dir() + "/locale");
1818

1919
function _(text) {
2020
return Gettext.dgettext(UUID, text);

0 commit comments

Comments
 (0)