Update po/README.md so the actual value isn't written, if we change the default value it will be only at once place.
Translations
Picard translations are handled by Transifex.
Please do not manually edit the PO files.
Required tools
Picard source tree strings
Their translations are handled at https://www.transifex.com/projects/p/musicbrainz/resource/picard/
Picard maintainers can update picard.pot using:
$ python setup.py regen_pot_file
Transifex will automatically pick picard.pot from Picard git repository master branch once per day.
picard/countries.py strings
Their translations are handled at https://www.transifex.com/projects/p/musicbrainz/resource/countries/
countries.pot is generated from musicbrainz database, using po/extract_pot_db from musicbrainz-server project, outside the Picard project.
Picard maintainers can regenerate picard/countries.py, which is using countries.pot as base, using the command:
$ python setup.py update_countries
It will retrieve and parse latest countries.pot to rebuild picard/countries.py.
To fetch latest translations from Transifex
Use the following command:
$ python setup.py get_po_files
It will fetch all po files from Transifex, but the most incomplete ones.
This default minimum percentage can be seen using:
$ python setup.py get_po_files --help