]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Do not append to messages with +
authorLuis A. Garcia <luis@linux.vnet.ibm.com>
Thu, 16 Jan 2014 00:01:05 +0000 (00:01 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:18 +0000 (15:20 +0800)
commitee5ea1cefcc8551b999dc321c8b236706854f7a7
treeeff8bd95d5dbe24df863045d7bb56822574d1e91
parent0decc7168ed6d3961824f270d5f528658bb32daa
Do not append to messages with +

Some code was appending to translated messages using +, which
oslo-incubator's new gettextutils doesn't support.

The code was changed to use a substitution value in the message
instead.

Part of bp user-locale-api

Change-Id: If2bc1821d0057c4cd53ead7eac1712284464b9bf
neutron/plugins/bigswitch/plugin.py