REST API translation not always working
Bug #1212882 reported by
Luis A. Garcia
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Low
|
Luis A. Garcia |
Bug Description
Messages that include replacements need to be invoked twice in order to be translated.
For example:
Request 1:
GET /v2.0/agents/blah
Accept-Language: es
Response:
{
NeutronError: "Agent blah could not be found"
}
Then the second time:
Request 2:
GET /v2.0/agents/blah
Accept-Language: es
{
NeutronError: "El Agente blah no fue encontrado."
}
Changed in neutron: | |
assignee: | nobody → Luis A. Garcia (luisg-8) |
tags: | added: translation |
Changed in neutron: | |
importance: | Undecided → Low |
Changed in neutron: | |
milestone: | none → havana-rc1 |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-rc1 → 2013.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/42387
Review: https:/