11 lines
334 B
INI
11 lines
334 B
INI
# Use this configuration file for extracting strings from .underscore files.
|
|
[underscore: cms/templates/**.underscore]
|
|
input_encoding = utf-8
|
|
[underscore: common/templates/**.underscore]
|
|
input_encoding = utf-8
|
|
[underscore: lms/templates/**.underscore]
|
|
input_encoding = utf-8
|
|
|
|
[extractors]
|
|
underscore = django_babel_underscore:extract
|