Merge pull request #17542 from mahyard/fix_wiki_translation

Find html files of django-wiki under templates directory
This commit is contained in:
Christopher Lee
2018-02-27 11:40:39 -05:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
[python: **.py]
input_encoding = utf-8
[django: **/template/**.html]
[django: **/templates/**.html]
input_encoding = utf-8
[reactjs: **.jsx]