b59d288ef8
Fixed a problem with the batch action translation strings preventing translations from working properly. Renamed the zh-cn and zh-tw translations to zh-CN and zh-TW as is correct. Fixed bug 947027. Change-Id: Ifa5704d5c9664d6c4af8ef3fca83a5a81148a82e
18 lines
590 B
Plaintext
18 lines
590 B
Plaintext
recursive-include docs *.py *.rst *.css *.js *.html *.conf
|
|
recursive-include horizon *.html *.js *.csv *.template *.mo *.po
|
|
recursive-include openstack_dashboard *.html *.js *.css *.less *.csv *.template *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.gif *.ico *.wsgi
|
|
recursive-include tools *.py *.sh
|
|
|
|
include AUTHORS
|
|
include LICENSE
|
|
include Makefile
|
|
include manage.py
|
|
include README.rst
|
|
include run_tests.sh
|
|
include docs/Makefile
|
|
include docs/source/_templates/.placeholder
|
|
include tools/pip-requires
|
|
include tools/test-requires
|
|
|
|
exclude openstack_dashboard/local/local_settings.py
|