Hi!

I tried creating a page, but got a "You are not allowed to edit this
page." message. Do I need some kind of login?



As for translations, the following works (I think I have a first entry
for the FAQ):

const Gettext = imports.gettext;

Gettext.textdomain("my-extension");
Gettext.bindtextdomain("my-extension",
ExtensionSystem.extensionMeta["my-extension"].path + "/locale");

const _ = Gettext.gettext;

/Tor-björn
_______________________________________________
gnome-shell-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-shell-list

Reply via email to