mirror of
https://github.com/QingdaoU/Spirit.git
synced 2025-01-17 01:57:54 +00:00
.tx config change apps ids to using project_slug.resource_slug
tx requires the app.slug format
This commit is contained in:
parent
546a60784d
commit
db707e4445
28
.tx/config
28
.tx/config
@ -26,13 +26,13 @@ source_file = spirit/user/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[spirit.user.admin]
|
||||
[spirit.user_admin]
|
||||
file_filter = spirit/user/admin/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_file = spirit/user/admin/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[spirit.user.auth]
|
||||
[spirit.user_auth]
|
||||
file_filter = spirit/user/auth/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_file = spirit/user/auth/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
@ -44,7 +44,7 @@ source_file = spirit/category/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[spirit.category.admin]
|
||||
[spirit.category_admin]
|
||||
file_filter = spirit/category/admin/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_file = spirit/category/admin/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
@ -56,37 +56,37 @@ source_file = spirit/topic/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[spirit.topic.admin]
|
||||
[spirit.topic_admin]
|
||||
file_filter = spirit/topic/admin/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_file = spirit/topic/admin/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[spirit.topic.favorite]
|
||||
[spirit.topic_favorite]
|
||||
file_filter = spirit/topic/favorite/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_file = spirit/topic/favorite/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[spirit.topic.notification]
|
||||
[spirit.topic_notification]
|
||||
file_filter = spirit/topic/notification/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_file = spirit/topic/notification/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[spirit.topic.poll]
|
||||
[spirit.topic_poll]
|
||||
file_filter = spirit/topic/poll/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_file = spirit/topic/poll/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[spirit.topic.private]
|
||||
[spirit.topic_private]
|
||||
file_filter = spirit/topic/private/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_file = spirit/topic/private/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[spirit.topic.unread]
|
||||
[spirit.topic_unread]
|
||||
file_filter = spirit/topic/unread/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_file = spirit/topic/unread/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
@ -98,31 +98,31 @@ source_file = spirit/comment/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[spirit.comment.bookmark]
|
||||
[spirit.comment_bookmark]
|
||||
file_filter = spirit/comment/bookmark/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_file = spirit/comment/bookmark/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[spirit.comment.flag]
|
||||
[spirit.comment_flag]
|
||||
file_filter = spirit/comment/flag/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_file = spirit/comment/flag/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[spirit.comment.flag.admin]
|
||||
[spirit.comment_flag_admin]
|
||||
file_filter = spirit/comment/flag/admin/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_file = spirit/comment/flag/admin/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[spirit.comment.history]
|
||||
[spirit.comment_history]
|
||||
file_filter = spirit/comment/history/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_file = spirit/comment/history/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
||||
[spirit.comment.like]
|
||||
[spirit.comment_like]
|
||||
file_filter = spirit/comment/like/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_file = spirit/comment/like/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
|
Loading…
x
Reference in New Issue
Block a user