Skip to content

Commit 4c05695

Browse files
committed
Add Transifex configuration.
Add a configuration file for Transifex (a collaborative translation site) and add a *.po file for the source language (en).
1 parent 51fcd0f commit 4c05695

File tree

2 files changed

+611
-0
lines changed

2 files changed

+611
-0
lines changed

.tx/config

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[main]
2+
host = https://www.transifex.com
3+
4+
[django-allauth.django]
5+
file_filter = allauth/locale/<lang>/LC_MESSAGES/django.po
6+
source_file = allauth/locale/en/LC_MESSAGES/django.po
7+
source_lang = en
8+
type = PO

0 commit comments

Comments
 (0)