0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 19:17:48 +01:00
wagtail/.tx/config
Karl Hobley bf0f3e02ba Rename wagtail.wagtailimages to wagtail.images
Conflicts:
	docs/advanced_topics/api/v2/configuration.rst
	docs/advanced_topics/jinja2.rst
	docs/advanced_topics/settings.rst
	docs/getting_started/integrating_into_django.rst
	docs/getting_started/tutorial.rst
	docs/topics/pages.rst
	docs/topics/streamfield.rst
	gulpfile.js/config.js
	tox.ini
	wagtail/admin/tests/test_compare.py
	wagtail/admin/tests/test_edit_handlers.py
	wagtail/api/v2/signal_handlers.py
	wagtail/contrib/wagtailstyleguide/views.py
	wagtail/core/tests/test_streamfield.py
	wagtail/documents/tests/test_models.py
	wagtail/images/models.py
	wagtail/images/permissions.py
	wagtail/images/tests/test_admin_views.py
	wagtail/images/tests/test_image_operations.py
	wagtail/images/tests/test_models.py
	wagtail/images/tests/test_signal_handlers.py
	wagtail/images/views/chooser.py
	wagtail/images/views/images.py
	wagtail/images/views/multiple.py
	wagtail/images/wagtail_hooks.py
	wagtail/images/widgets.py
	wagtail/project_template/project_name/settings/base.py
	wagtail/tests/demosite/models.py
	wagtail/tests/non_root_urls.py
	wagtail/tests/settings.py
	wagtail/tests/testapp/migrations/0001_initial.py
	wagtail/tests/testapp/migrations/0008_inlinestreampage_inlinestreampagesection.py
	wagtail/tests/testapp/migrations/0009_defaultstreampage.py
	wagtail/tests/urls.py
2017-11-26 22:43:47 +00:00

99 lines
3.1 KiB
Plaintext

[main]
host = https://www.transifex.com
[wagtail.wagtailadmin]
file_filter = wagtail/admin/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/admin/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailcore]
file_filter = wagtail/core/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/core/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtaildocs]
file_filter = wagtail/documents/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/documents/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailimages]
file_filter = wagtail/images/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/images/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailembeds]
file_filter = wagtail/embeds/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/embeds/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
[wagtail.wagtailforms]
file_filter = wagtail/wagtailforms/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/wagtailforms/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailsites]
file_filter = wagtail/wagtailsites/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/wagtailsites/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailsearchpromotions]
file_filter = wagtail/contrib/wagtailsearchpromotions/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/contrib/wagtailsearchpromotions/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailstyleguide]
file_filter = wagtail/contrib/wagtailstyleguide/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/contrib/wagtailstyleguide/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailsettings]
file_filter = wagtail/contrib/settings/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/contrib/settings/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailmodeladmin]
file_filter = wagtail/contrib/modeladmin/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/contrib/modeladmin/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailtableblock]
file_filter = wagtail/contrib/table_block/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO