Merge "Deleted locale dir & Updated babel-django.cfg"
This commit is contained in:
commit
634ee20304
@ -2,4 +2,5 @@
|
|||||||
django = django_babel.extract:extract_django
|
django = django_babel.extract:extract_django
|
||||||
|
|
||||||
[python: **.py]
|
[python: **.py]
|
||||||
[django: **/templates/**.html]
|
[django: templates/**.html]
|
||||||
|
[django: **/templates/**.csv]
|
||||||
|
@ -26,4 +26,4 @@ available is "enable_user_pass", which can be used to disable the password
|
|||||||
field while launching the stack. Currently HEAT API needs user password to
|
field while launching the stack. Currently HEAT API needs user password to
|
||||||
perform all the heat operations because in HEAT API trusts is not enabled by
|
perform all the heat operations because in HEAT API trusts is not enabled by
|
||||||
default. So, this setting can be set as "False" in-case HEAT uses trusts by
|
default. So, this setting can be set as "False" in-case HEAT uses trusts by
|
||||||
default otherwise it needs to be set as "True".
|
default otherwise it needs to be set as "True".
|
||||||
|
Binary file not shown.
@ -1,19 +0,0 @@
|
|||||||
# Kazunori Shinohara <kazunori.shinohara@ntt.com>, 2017. #zanata
|
|
||||||
# Keiichi Hikita <keiichi.hikita@ntt.com>, 2017. #zanata
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: heat-dashboard 0.0.1\n"
|
|
||||||
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
|
|
||||||
"POT-Creation-Date: 2016-06-08 09:13+0000\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"PO-Revision-Date: 2016-03-15 01:51+0000\n"
|
|
||||||
"Last-Translator: Keiichi Hikita <keiichi.hikita@ntt.com>\n"
|
|
||||||
"Language-Team: Japanese\n"
|
|
||||||
"Language: ja\n"
|
|
||||||
"Plural-Forms: nplurals=1; plural=0\n"
|
|
||||||
"X-Generator: Zanata 3.7.3\n"
|
|
||||||
|
|
||||||
msgid "Template Generator"
|
|
||||||
msgstr "テンプレートの生成"
|
|
4
tox.ini
4
tox.ini
@ -91,9 +91,7 @@ commands =
|
|||||||
{[unit_tests]commands}
|
{[unit_tests]commands}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands =
|
commands = python setup.py build_sphinx
|
||||||
doc8 releasenotes/source releasenotes/notes
|
|
||||||
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
|
||||||
|
|
||||||
[testenv:releasenotes]
|
[testenv:releasenotes]
|
||||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||||
|
Loading…
Reference in New Issue
Block a user