forked from wagtail/wagtail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
100 lines (83 loc) · 3.05 KB
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[main]
host = https://www.transifex.com
lang_map = zh_CN:zh_Hans, zh-Hant:zh_Hant
[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/contrib/redirects/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailsearch]
file_filter = wagtail/search/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/search/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailsnippets]
file_filter = wagtail/snippets/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/snippets/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailusers]
file_filter = wagtail/users/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/users/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailforms]
file_filter = wagtail/contrib/forms/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/contrib/forms/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailsites]
file_filter = wagtail/sites/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/sites/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailsearchpromotions]
file_filter = wagtail/contrib/search_promotions/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[wagtail.wagtailstyleguide]
file_filter = wagtail/contrib/styleguide/locale/<lang>/LC_MESSAGES/django.po
source_file = wagtail/contrib/styleguide/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