|
|
|
@ -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; |
|
|
|
|