From 99248b09f9cd1228a9fca2a969f3c7d9622d2ffb Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 1 Mar 2016 19:24:20 +0000 Subject: [PATCH] Updated Managing Wagtail translations (markdown) --- Managing-Wagtail-translations.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Managing-Wagtail-translations.md b/Managing-Wagtail-translations.md index ce1fe20..45c24d7 100644 --- a/Managing-Wagtail-translations.md +++ b/Managing-Wagtail-translations.md @@ -65,4 +65,6 @@ Edit the file `.tx/config` to add a new section (replace `myapp` and `/path/to/m source_lang = en type = PO -Commit the updated config file and new locale files to git. \ No newline at end of file +Commit the updated config file and new locale files to git. + +From https://www.transifex.com/torchbox/wagtail/content/, click "Add a new resource", and upload the django.po file, setting the name to 'myapp' and specifying 'PO File' as the file type. \ No newline at end of file