diff --git a/HACKING.txt b/HACKING.txt new file mode 100644 index 000000000..1876943d4 --- /dev/null +++ b/HACKING.txt @@ -0,0 +1,19 @@ +Translations +============ + +Picard translations are handled by Transifex. Please do not manually edit the +PO files, only use the transifex client to update the template +or fetch translations. + + https://www.transifex.net/projects/p/musicbrainz/resource/picard/ + http://help.transifex.com/features/client/ + +Updating the translation template after adding/removing some strings: + + $ python po/update-pot.py + $ tx push -s + +Fetching latest translations from Transifex: + + $ tx pull +