Added locale data files to setup, compile tr po.

This commit is contained in:
Ahmet Bakan 2014-08-01 22:49:46 -07:00
parent e2b9551101
commit 734a39210e
3 changed files with 4 additions and 3 deletions

View file

@ -4,5 +4,4 @@ include setup.py
include ablog/*.py include ablog/*.py
include ablog/templates/*.html include ablog/templates/*.html
include ablog/locale/sphinx.pot include ablog/locale/sphinx.pot
include ablog/locale/*/*/*.mo include ablog/locale/*/LC_MESSAGES/sphinx.*o
include ablog/locale/*/*/*.po

Binary file not shown.

View file

@ -20,7 +20,9 @@ setup(
url='http://github.com/abakan/ablog', url='http://github.com/abakan/ablog',
packages=['ablog'], packages=['ablog'],
package_dir={'ablog': 'ablog'}, package_dir={'ablog': 'ablog'},
package_data={'ablog': ['templates/*.html']}, package_data={'ablog': ['templates/*.html',
'locale/sphinx.pot',
'locale/*/LC_MESSAGES/sphinx.*o']},
license='MIT License', license='MIT License',
keywords=('Sphinx, extension, blogging, atom feeds'), keywords=('Sphinx, extension, blogging, atom feeds'),
classifiers=[ classifiers=[