mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 01:57:32 +01:00
01646aafc8
Also a minor bug in preview for moderator has been fixed: The _moderator_userbar.html template contained the date in the "d M Y" format, which means that a string with the name of the month would be written. When the locale was 'el' this would contain a string with greek characters something that would leat to a 500-error when the wagtailuserbar would be called. This could be solved either by changign the date foramt to Y-m-d (iso format, which is what i chose) or by adding a u before the '' in line 11 and 15 of wagtailuserbar.py.
56 lines
1.7 KiB
Plaintext
56 lines
1.7 KiB
Plaintext
[main]
|
|
host = https://www.transifex.com
|
|
|
|
[wagtail.wagtailadmin]
|
|
file_filter = wagtail/wagtailadmin/locale/<lang>/LC_MESSAGES/django.po
|
|
source_file = wagtail/wagtailadmin/locale/en/LC_MESSAGES/django.po
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[wagtail.wagtailcore]
|
|
file_filter = wagtail/wagtailcore/locale/<lang>/LC_MESSAGES/django.po
|
|
source_file = wagtail/wagtailcore/locale/en/LC_MESSAGES/django.po
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[wagtail.wagtaildocs]
|
|
file_filter = wagtail/wagtaildocs/locale/<lang>/LC_MESSAGES/django.po
|
|
source_file = wagtail/wagtaildocs/locale/en/LC_MESSAGES/django.po
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[wagtail.wagtailimages]
|
|
file_filter = wagtail/wagtailimages/locale/<lang>/LC_MESSAGES/django.po
|
|
source_file = wagtail/wagtailimages/locale/en/LC_MESSAGES/django.po
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[wagtail.wagtailembeds]
|
|
file_filter = wagtail/wagtailembeds/locale/<lang>/LC_MESSAGES/django.po
|
|
source_file = wagtail/wagtailembeds/locale/en/LC_MESSAGES/django.po
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[wagtail.wagtailredirects]
|
|
file_filter = wagtail/wagtailredirects/locale/<lang>/LC_MESSAGES/django.po
|
|
source_file = wagtail/wagtailredirects/locale/en/LC_MESSAGES/django.po
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[wagtail.wagtailsearch]
|
|
file_filter = wagtail/wagtailsearch/locale/<lang>/LC_MESSAGES/django.po
|
|
source_file = wagtail/wagtailsearch/locale/en/LC_MESSAGES/django.po
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[wagtail.wagtailsnippets]
|
|
file_filter = wagtail/wagtailsnippets/locale/<lang>/LC_MESSAGES/django.po
|
|
source_file = wagtail/wagtailsnippets/locale/en/LC_MESSAGES/django.po
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[wagtail.wagtailusers]
|
|
file_filter = wagtail/wagtailusers/locale/<lang>/LC_MESSAGES/django.po
|
|
source_file = wagtail/wagtailusers/locale/en/LC_MESSAGES/django.po
|
|
source_lang = en
|
|
type = PO |