Strings on the template generator are not internationalized
Bug #1747302 reported by
Yuko Katabami
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
heat-dashboard |
In Progress
|
High
|
xinni |
Bug Description
On the heat-dashboard, all strings (except the tab label) are not internationalized / localized thus rendered in English, even the Horizon language is set to a non-English locale.
It includes the following:
Template Generator
Please drag and drop resource icons into center canvas to define resource for template.
Template Version
Edit
Connect
Back
Template Generator
Manage Drafts
Clear Canvas
description: | updated |
summary: |
- Strings on the heat-dashboard are not internationalized + Strings on the template generator are not internationalized |
Changed in heat-dashboard: | |
assignee: | nobody → xinni (xinni-ge) |
importance: | Undecided → High |
status: | New → In Progress |
To post a comment you must log in.
Lack of translation needs to be fixed in different way case by case.
template_ generator/ index.html should be translated as django template. This may be merged into Queens release.
And some needs to be translated in an angular-gettext way. This may be fixed in later release.
As for translation in canvas, I agree to delete the hard-coding lines. And I suggest the deletion may be merged in Queens release, too.
Additionally, vis.js is used to implement the canvas, and it has its own way to localize (see link below). visjs.org/ docs/network/ #locales
http://
But only three simple words need translation in canvas, "Edit", "Connect", and "Back". Maybe we don't want to spend much time to solve this part.