find . -name '*.py' -or -name '*.glade' | xargs xgettext --from-code=UTF-8 --output=po/indicator-sound-switcher.pot
sudo apt-get install poedit
- Open the
po/<language>.po
file with Poeditor - Select in Poeditor: Translation -> Update from POT file… -> Select the file
po/indicator-sound-switcher.pot
- Edit and save the translation
- Commit the file and send a pull request to the author