cinatic / stocks-extension

A extension to display stock quotes in GNOME Shell Panel
GNU General Public License v3.0
84 stars 31 forks source link

gnome shell 45 migration #92

Closed cinatic closed 10 months ago

cinatic commented 11 months ago

tried to make translation work without having to replace all occurences, unfortunatly i was not able to found a non invasive way to do it, importing via import { gettext as _ } from 'resource:///org/gnome/Shell/Extensions/js/extensions/prefs.js' leads to the following error:

JS ERROR: Failed to open preferences: Error: gettext can only be called from extensions
#lookupExtension@resource:///org/gnome/Shell/Extensions/js/extensions/sharedInternals.js:219:19
#gettext@resource:///org/gnome/Shell/Extensions/js/extensions/sharedInternals.js:224:48
@file:///home/cin/.local/share/gnome-shell/extensions/stocks@infinicode.de/helpers/translationsForPrefs.js:5:11
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34

https://github.com/cinatic/stocks-extension/blob/8f67600dc4538e6247834d7647e7470e1ee379a0/stocks%40infinicode.de/helpers/translationsForPrefs.js

closes #93