forgot my file

yahoo_weather
Simon Claessens 14 years ago
parent 17876ca2fe
commit 11c79b162c
  1. 4
      weather@venemo.net/extension.js

@ -5,7 +5,7 @@
* - On click, gives a popup with details about the weather
Copyright (C) 2011
Timur Kristóf <venemo@msn.com>,
Timur Kristof <venemo@msn.com>,
Elad Alfassa <elad@fedoraproject.org>,
Simon Legner <Simon.Legner@gmail.com>
@ -35,6 +35,8 @@ const Clutter = imports.gi.Clutter;
const Shell = imports.gi.Shell;
const St = imports.gi.St;
const Gettext = imports.gettext.domain('gnome-shell');
Gettext.textdomain("weather@venemo.net");
Gettext.bindtextdomain("weather@venemo.net", ExtensionSystem.extensionMeta["weather@venemo.net"].path + "/locale");
const _ = Gettext.gettext;
const Json = imports.gi.Json;

Loading…
Cancel
Save