mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-08 15:34:49 +00:00
Fixed bug in .tx/config
This commit is contained in:
parent
15f2d6a89e
commit
4506613482
1 changed files with 6 additions and 3 deletions
|
|
@ -4,18 +4,21 @@ lang_map = sr@latin:sr_Latn
|
|||
|
||||
[django-admin2.djadmin2po]
|
||||
file_filter = djadmin2/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_filter = djadmin2/locale/en/LC_MESSAGES/django.po
|
||||
source_file = djadmin2/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en_US
|
||||
type = PO
|
||||
minimum_perc = 80
|
||||
|
||||
[django-admin2.example-app]
|
||||
file_filter = example/blog/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_filter = example/blog/locale/en/LC_MESSAGES/django.po
|
||||
source_file = example/blog/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en_US
|
||||
type = PO
|
||||
minimum_perc = 50
|
||||
|
||||
[django-admin2.example2-app]
|
||||
file_filter = example2/polls/locale/<lang>/LC_MESSAGES/django.po
|
||||
source_filter = example2/polls/locale/en/LC_MESSAGES/django.po
|
||||
source_file = example2/polls/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en_US
|
||||
type = PO
|
||||
minimum_perc = 50
|
||||
|
|
|
|||
Loading…
Reference in a new issue