We use pybabel to extract strings from third-party apps, put them on Transifex, then merge them into django.po. [LMS-1681]
7 lines
157 B
INI
7 lines
157 B
INI
# Use this configuration file for third-party app source trees.
|
|
[python: **.py]
|
|
input_encoding = utf-8
|
|
|
|
[django: **/template/**.html]
|
|
input_encoding = utf-8
|