-
Notifications
You must be signed in to change notification settings - Fork 2
/
foundation.toml
30 lines (25 loc) · 1.35 KB
/
foundation.toml
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
locales = ["de", "es", "fr", "fy-NL", "nl", "pl", "pt-BR", "sw"]
[[paths]]
reference = "foundation/translations/locale/django.pot"
l10n = "foundation/translations/locale/{locale}/LC_MESSAGES/django.po"
[[paths]]
reference = "foundation/translations/locale/djangojs.pot"
l10n = "foundation/translations/locale/{locale}/LC_MESSAGES/djangojs.po"
[[paths]]
reference = "foundation/translations/networkapi/wagtailpages/templates/wagtailpages/pages/locale/django.pot"
l10n = "foundation/translations/networkapi/wagtailpages/templates/wagtailpages/pages/locale/{locale}/LC_MESSAGES/django.po"
locales = [
"de", "es", "fr", "fy-NL", "nl", "pt-BR"
]
[[paths]]
reference = "foundation/translations/networkapi/wagtailpages/templates/wagtailpages/pages/youtube-regrets-2021/locale/django.pot"
l10n = "foundation/translations/networkapi/wagtailpages/templates/wagtailpages/pages/youtube-regrets-2021/locale/{locale}/LC_MESSAGES/django.po"
locales = [
"de", "es", "fr", "nl", "pt-BR"
]
[[paths]]
reference = "foundation/translations/networkapi/wagtailpages/templates/wagtailpages/pages/youtube-regrets-2022/locale/django.pot"
l10n = "foundation/translations/networkapi/wagtailpages/templates/wagtailpages/pages/youtube-regrets-2022/locale/{locale}/LC_MESSAGES/django.po"
locales = [
"de", "es", "fr", "nl", "pt-BR"
]