nova/nova/locale
Andreas Jaeger 092a3f3e37 Fix es translations
There's a problem in the Spanish translations where they are invalid
and cannot get compiled.

We're not syncing with translation server anymore, so update the strings
manually and fix them.

To verify run
find nova -type f -regex '.*\.pot?' -print0| xargs -0 -n 1 msgfmt \
--check-format -o /dev/null

Before this change:
nova/locale/es/LC_MESSAGES/nova.po:5557: 'msgstr' is not a valid Python
format string, unlike 'msgid'. Reason: The string ends in the middle of
a directive.
nova/locale/es/LC_MESSAGES/nova.po:5567: 'msgstr' is not a valid Python
format string, unlike 'msgid'. Reason: The string ends in the middle of
a directive.
msgfmt: found 2 fatal errors
nova/locale/es/LC_MESSAGES/nova-log-error.po:1366: a format
specification for argument 'args' doesn't exist in 'msgstr'
msgfmt: found 1 fatal error

Now this works fine.

Closes-Bug: #1536214
Change-Id: I4717ecce0f640ffa9538a54a3e7fce85795d2515
2016-01-20 16:54:27 +01:00
..
es/LC_MESSAGES Fix es translations 2016-01-20 16:54:27 +01:00
fr/LC_MESSAGES Release Import of Translations from Transifex 2015-04-20 11:01:22 +02:00
it/LC_MESSAGES Imported Translations from Transifex 2015-04-06 06:17:35 +00:00
zh_CN/LC_MESSAGES Imported Translations from Transifex 2015-04-06 06:17:35 +00:00
nova-log-critical.pot Imported Translations from Transifex 2014-09-11 06:01:58 +00:00
nova-log-error.pot Imported Translations from Transifex 2015-03-31 06:16:27 +00:00
nova-log-info.pot Imported Translations from Transifex 2015-04-06 06:17:35 +00:00
nova-log-warning.pot Imported Translations from Transifex 2015-04-06 06:17:35 +00:00
nova.pot Release Import of Translations from Transifex 2015-04-20 11:01:22 +02:00