]> 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)
committerLuis A. Garcia <luis@linux.vnet.ibm.com>
Mon, 10 Feb 2014 19:26:01 +0000 (19:26 +0000)
commit13dc283bf59b602a37f26b480338c33f2991d645
tree4618daf622b42c4de624b15951242ea6904ffb7c
parent5739762e5739ea08121d48e39be3d23d5c75e570
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