Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 538 Bytes

i18n.md

File metadata and controls

15 lines (11 loc) · 538 Bytes

Sound Switcher Indicator: Localisation

Updating translation template (developers only)

find . -name '*.py' -or -name '*.glade' | xargs xgettext --from-code=UTF-8 --output=po/indicator-sound-switcher.pot

Updating a translation

  1. sudo apt-get install poedit
  2. Open the po/<language>.po file with Poeditor
  3. Select in Poeditor: Translation -> Update from POT file… -> Select the file po/indicator-sound-switcher.pot
  4. Edit and save the translation
  5. Commit the file and send a pull request to the author