Skip to content

Commit

Permalink
[#1434] Add strings from core extensions to pot file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Jul 2, 2012
1 parent 9393106 commit 392499a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Expand Up @@ -45,8 +45,13 @@
}),
('public/**', 'ignore', None),
],
'ckanext/stats/templates': [
'ckanext': [
('**.py', 'python', None),
('**.html', 'genshi', None),
('multilingual/solr/*.txt', 'ignore', None),
('**.txt', 'genshi', {
'template_class': 'genshi.template:TextTemplate'
}),
]},
entry_points="""
[nose.plugins.0.10]
Expand Down

0 comments on commit 392499a

Please sign in to comment.