Files
picard/po
Philipp Wolfer f590cedf97 Update picard.pot
2021-05-01 16:38:36 +02:00
..
2021-04-28 10:49:53 +02:00
2021-03-02 13:50:21 +01:00
2021-04-15 11:26:40 +02:00
2014-04-07 16:54:00 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2020-02-15 14:23:10 +01:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2020-02-27 20:48:56 +01:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2015-09-27 21:17:37 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2018-03-19 18:25:08 +01:00
2021-04-15 11:26:40 +02:00
2021-04-23 21:12:11 +02:00
2015-09-27 21:17:37 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-23 21:12:11 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2019-11-01 17:22:06 +01:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2014-04-07 16:54:00 +02:00
2021-04-23 21:12:11 +02:00
2021-04-15 11:26:40 +02:00
2021-05-01 16:38:36 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2019-11-01 17:22:06 +01:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00
2021-04-15 11:26:40 +02:00

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/

One 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.

Attributes and countries strings

Their translations are handled at https://www.transifex.com/projects/p/musicbrainz/resource/attributes/ and https://www.transifex.com/projects/p/musicbrainz/resource/countries/

attributes.pot and countries.pot are updated by musicbrainz-server project, outside the Picard project.

Picard maintainers can regenerate picard/const/attributes.py and picard/const/countries.py, which are using attributes.pot and countries.pot as base, using the command:

$ python setup.py update_constants

It will retrieve and parse latest attributes.pot and countries.pot to rebuild picard/const/attributes.py and picard/const/countries.py.

To fetch latest translations from Transifex

Use the following command:

$ python setup.py pull_translations

It will fetch all po files from Transifex, but the most incomplete ones.

The minimum acceptable percentage of a translation in order to download it can be seen using:

$ python setup.py pull_translations --help

The percentage value is passed to the tx pull command.