mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -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/*.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
|
|
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',
|
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=[
|
||||||
|
|
Loading…
Add table
Reference in a new issue