This website requires JavaScript.
Explore
Get Started
openstack
/
heat-dashboard
Code
Issues
Proposed changes
master
Branches
Tags
View all branches
heat-dashboard
/
babel-django.cfg
4 lines
77 B
INI
Raw
Permalink
Normal View
History
Unescape
Escape
add initial files.
2017-10-06 14:46:17 +09:00
[python: **.py]
Correct django template pattern in babel-django.cfg Currently strings in Django templates cannot be translated because the current recommended file pattern "templates/**.html" does not match Django templates in subdirectories. This needs to be "**/templates/**.html". Change-Id: I877e0a3703fa13b52e1df79f20c580b2604e7d1c Closes-Bug: #1747453
2018-02-06 01:07:28 +09:00
[django: **/templates/**.html]
Deleted locale dir & Updated babel-django.cfg To enable translate job correctly, deleted heat-dashboard/locale directory and updated babel-django.cfg accordingly. Also fixed tox.ini which included wrong commands for docs build. Change-Id: Idb7996ded645a8bc8bcb3b7eb08c8754a8492873
2017-12-04 11:38:06 +09:00
[django: **/templates/**.csv]
Copy Permalink