Skip to content

Commit

Permalink
Merge pull request #63 from fourdigits/add-missing-end-tags
Browse files Browse the repository at this point in the history
Add inner and end tags for blocktranslate
  • Loading branch information
geertjanvdenbosch authored Sep 18, 2024
2 parents 68e3a0c + b60e23a commit d9cbf27
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 d9cbf27

Please sign in to comment.