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