fix: Get rid of gettext-domain key, install key is already sufficient

This commit is contained in:
fiftydinar 2024-04-09 09:09:43 +02:00
parent c2ffe9c20e
commit 1ed844fd85
2 changed files with 3 additions and 4 deletions

View file

@ -3,6 +3,5 @@ shortdesc: The gnome-extensions module can be used to install Gnome extensions i
readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/gnome-extensions/README.md
example: |
type: gnome-extensions
install:
gettext-domain: # Omit @ symbol from gettext-domain. You can see the gettext-domain by looking into extension metadata.json.
- nightthemeswitcherromainvigier.fr.v75 # Version must be specified by adding .v%VERSION% after gettext domain. Extension version must be compatible with current Gnome version.
install: # Omit @ symbol from gettext-domain. You can see the gettext-domain by looking into extension metadata.json.
- nightthemeswitcherromainvigier.fr.v75 # Version must be specified by adding .v%VERSION% after gettext domain. Extension version must be compatible with current Gnome version.