HarlemSquirrel / gnome-shell-extension-sensory-perception

Displays CPU/GPU/mobo/disk temperatures, voltages and fan speeds
https://extensions.gnome.org/extension/1145/sensory-perception/
GNU General Public License v3.0
27 stars 11 forks source link

Fix broken l10n #45

Closed jose1711 closed 2 years ago

jose1711 commented 2 years ago

Fixes #17

jose1711 commented 2 years ago

When the changes you made will be visible on gnome extensions page?

HarlemSquirrel commented 2 years ago

@jose1711 I won't release a new version until we've verified this is working. You can manually install by cloning this repository and then following https://github.com/HarlemSquirrel/gnome-shell-extension-sensory-perception#build-and-install-on-gnome-40

jose1711 commented 2 years ago
bin/build-dist.sh && gnome-extensions install --force dist/sensory-perception@HarlemSquirrel.github.io.shell-extension.zip
Linting...

> sensory-perception@1.0.0 test
> eslint .

Oops! Something went wrong! :(

ESLint: 8.3.0

ESLint couldn't find the config "eslint-config-gjs" to extend from. Please check that the name of the config is correct.

The config "eslint-config-gjs" was referenced from the config file in "/home/jose/tmp/gnome-shell-extension-sensory-perception/.eslintrc.yml".

If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.
HarlemSquirrel commented 2 years ago

npm install

jose1711 commented 2 years ago

npm install

Thank you, that helped. Looks like just a couple changes are needed now - PR updated.