0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-22 02:18:39 +01:00
wagtail/.tx/config
Matt Westcott d5bc3c92d2 Fetch new translations and update config for Chinese (#3668)
* Fetch new translations from Transifex, update contributors, add new languages with >90% coverage to WAGTAILADMIN_PROVIDED_LANGUAGES
* Update transifex config to download Chinese (Simplified) and Chinese (Traditional) translations as zh_Hans and zh_Hant respectively
* Fix get-translator-credits.py to recognise 'tet' as the locale string for Tetum (which Babel doesn't)
2019-04-08 22:27:18 +01:00

101 lines
3.0 KiB
Plaintext

[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