From acb51e7dbfcab581f25575c508b596ea1eab721a Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 13 Apr 2022 18:28:37 +0100 Subject: [PATCH] Fix path to wagtailcore locales --- .tx/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tx/config b/.tx/config index 22820a33d6..19e13451c1 100644 --- a/.tx/config +++ b/.tx/config @@ -9,8 +9,8 @@ source_lang = en type = PO [wagtail.wagtailcore] -file_filter = wagtail/core/locale//LC_MESSAGES/django.po -source_file = wagtail/core/locale/en/LC_MESSAGES/django.po +file_filter = wagtail/locale//LC_MESSAGES/django.po +source_file = wagtail/locale/en/LC_MESSAGES/django.po source_lang = en type = PO