From 41c85caed4e28ba59ffafd3b17fd11add4e24205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Tue, 29 May 2012 18:55:31 +0200 Subject: [PATCH] Some notes on working with translations --- HACKING.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 HACKING.txt 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 +