Strings in django templates are not extracted properly for translation
Bug #1747453 reported by
Akihiro Motoki
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Blazar |
Fix Released
|
Undecided
|
Akihiro Motoki | ||
Neutron FWaaS dashboard |
Fix Released
|
Undecided
|
Akihiro Motoki | ||
Neutron VPNaaS dashboard |
Fix Released
|
High
|
Akihiro Motoki | ||
freezer-web-ui |
Fix Released
|
Undecided
|
Akihiro Motoki | ||
heat-dashboard |
Fix Released
|
Undecided
|
Akihiro Motoki | ||
manila-ui |
Fix Released
|
Undecided
|
Akihiro Motoki | ||
networking-bgpvpn |
Fix Released
|
Undecided
|
Akihiro Motoki |
Bug Description
From the reason described in https:/
As a result, strings from Django templates cannot be translated.
This seems caused by incorrectness in the infra manual "Project Creators Guide".
tags: | added: i18n |
Changed in neutron-vpnaas-dashboard: | |
assignee: | nobody → Akihiro Motoki (amotoki) |
Changed in freezer-web-ui: | |
assignee: | nobody → Akihiro Motoki (amotoki) |
Changed in heat-dashboard: | |
assignee: | nobody → Akihiro Motoki (amotoki) |
Changed in manila-ui: | |
assignee: | nobody → Akihiro Motoki (amotoki) |
Changed in blazar: | |
assignee: | nobody → Akihiro Motoki (amotoki) |
Changed in bgpvpn: | |
assignee: | nobody → Akihiro Motoki (amotoki) |
Changed in neutron-vpnaas-dashboard: | |
importance: | Undecided → High |
description: | updated |
To post a comment you must log in.
I added the affected projects under OpenStack TC governances.
There are other project whose babel-django.cfg contains "[django: templates/ **.html] ", but they have only AngularJS-based implementations and they are actually not affected. It might be nice to fix "[django: templates/**.html]" in these files but it is optional. This bug is intended to track the actual problem.