We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e747fb7 commit aa7752aCopy full SHA for aa7752a
setup.py
@@ -83,11 +83,11 @@
83
ckan = ckan.lib.extract:extract_ckan
84
85
""",
86
- message_extractors={
87
- "ckanext": [
88
- ("**.py", "python", None),
89
- ("**.js", "javascript", None),
90
- ("**/templates/**.html", "ckan", None),
91
- ],
92
- },
+ # message_extractors={
+ # "ckanext": [
+ # ("**.py", "python", None),
+ # ("**.js", "javascript", None),
+ # ("**/templates/**.html", "ckan", None),
+ # ],
+ # },
93
)
0 commit comments