mirror of
https://github.com/Cian-H/am-d-model-data-repository.git
synced 2025-12-22 22:11:56 +00:00
13 lines
297 B
INI
13 lines
297 B
INI
# This file is required to allow string extraction for translations.
|
|
# Extraction from Python source files
|
|
[python: **.py]
|
|
encoding = utf-8
|
|
|
|
# Extraction from Python config files
|
|
[python: **.cfg]
|
|
encoding = utf-8
|
|
|
|
# Extraction from Jinja2 templates
|
|
[jinja2: **/templates/**.html]
|
|
encoding = utf-8
|