← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1291513] Re: Translator cannot control the word order of "update the extra spec value for"

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1291513

Title:
  Translator cannot control the word order of "update the extra spec
  value for"

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  In openstack_dashboard/dashboards/admin/flavors/templates/flavors/extras/_edit.html,
  "Update the "extra spec" value for" and "key" variable are concatenated so translators cannot control the word order.

  We should use blockquote.

  -    <p>{% trans 'Update the "extra spec" value for' %} &quot;{{ key }}&quot;</p>
  +    <p>{% blocktrans %}Update the "extra spec" value for &quot;{{ key }}&quot;{% endblocktrans %}</p>

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1291513/+subscriptions


References