mirror of
https://github.com/vale981/ablog
synced 2025-03-04 16:51:39 -05:00
Added locale data files to setup, compile tr po.
This commit is contained in:
parent
e2b9551101
commit
734a39210e
3 changed files with 4 additions and 3 deletions
|
@ -4,5 +4,4 @@ include setup.py
|
|||
include ablog/*.py
|
||||
include ablog/templates/*.html
|
||||
include ablog/locale/sphinx.pot
|
||||
include ablog/locale/*/*/*.mo
|
||||
include ablog/locale/*/*/*.po
|
||||
include ablog/locale/*/LC_MESSAGES/sphinx.*o
|
BIN
ablog/locale/tr/LC_MESSAGES/sphinx.mo
Normal file
BIN
ablog/locale/tr/LC_MESSAGES/sphinx.mo
Normal file
Binary file not shown.
4
setup.py
4
setup.py
|
@ -20,7 +20,9 @@ setup(
|
|||
url='http://github.com/abakan/ablog',
|
||||
packages=['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',
|
||||
keywords=('Sphinx, extension, blogging, atom feeds'),
|
||||
classifiers=[
|
||||
|
|
Loading…
Add table
Reference in a new issue