]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix incorrect msgstr's to avoid translation errors
authorJay S. Bryant <jsbryant@us.ibm.com>
Wed, 21 Aug 2013 21:39:04 +0000 (16:39 -0500)
committerJay S. Bryant <jsbryant@us.ibm.com>
Wed, 21 Aug 2013 22:06:15 +0000 (17:06 -0500)
commita78e3f7b0ed82fc8d4233e0fbfab849b73b69cee
tree8480e29faca0e1280859454094d7d9988dc274bc
parent6d30eae197433402c402cbcee71f598957465cd0
Fix incorrect msgstr's to avoid translation errors

There are numerous msgstr's in the cinder.po files for en_US,
en_AU and en_GB that are incorrect translations of the associated
msgid.  It appears that there are a number that are the result of
problems with past fuzzy translations gone wrong and some may also be the
result of copy/paste mistakes.  Regardless of the origin it makes debug and
development very difficult if the string that is coming out in the
logs doesn't match what is expected.  This patch fixes the numerous
bad msgstr's.

Once this commit is merged, Transifex will catch the change to
the Cinder po files and then spin a new Transifex Translations import.

Fixes bug #1209317

Change-Id: Ia78f5ebb4bec996798798bb25ea1b97c47b5e50b
cinder/locale/en_AU/LC_MESSAGES/cinder.po
cinder/locale/en_GB/LC_MESSAGES/cinder.po
cinder/locale/en_US/LC_MESSAGES/cinder.po