Skip to content

Commit

Permalink
Add inner and end tags for blocktranslate
Browse files Browse the repository at this point in the history
  • Loading branch information
krukas committed Sep 18, 2024
1 parent 68e3a0c commit b60e23a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion djlsp/scripts/django-collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,15 @@
"i18n": {
"language": {
"closing_tag": "endlanguage",
}
},
"blocktrans": {
"inner_tags": ["plural"],
"closing_tag": "endblocktrans",
},
"blocktranslate": {
"inner_tags": ["plural"],
"closing_tag": "endblocktranslate",
},
},
"l10n": {
"localize": {
Expand Down

0 comments on commit b60e23a

Please sign in to comment.