Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 979 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 979 Bytes

Contributing

After doing any contribution, please, don't forget to add yourself as a copyright holder and to document any notable change in CHANGELOG.

You'll need libglib and gettext installed on your system

Building and installing from source

  • download source from GitHub - clone repository or download zip
  • from the gnome-shell-extension-radio directory: sh build.sh -i
  • reload the shell using X:
    • press Alt+F2
    • write r
    • press Enter
  • reload the extension on Wayland: gnome-shell-extension-tool -r [email protected]
  • enable via GNOME Tweak Tool

Adding a new translation

  • open your source folder
  • the file [email protected] should be in the po folder
  • rename the file to id.po where id is the ISO 3166 country code corresponding
  • you're ready to go