django-avatar/avatar/locale
Fabian Stehle dcabd11e43 Fix invalid translations
'msgid' and 'msgstr' entries do not both end with '\n' which is
mandatory according to specification from the 'msgfmt' manual:

```
The msgid and msgstr strings are studied and compared. It is considered
abnormal if one string starts or ends with a newline while the other
does not.
```

Besides all placeholders from the 'msgid' must be used in the 'mgstr'.
2017-08-27 08:47:26 -05:00
..
de/LC_MESSAGES Add verbose_names to Avatar model. 2016-09-16 10:55:13 +02:00
es/LC_MESSAGES Add verbose_names to Avatar model. 2016-09-16 10:55:13 +02:00
fr/LC_MESSAGES Fix invalid translations 2017-08-27 08:47:26 -05:00
it/LC_MESSAGES Italian translation 2017-05-27 09:53:19 -05:00
ja/LC_MESSAGES Add verbose_names to Avatar model. 2016-09-16 10:55:13 +02:00
nl/LC_MESSAGES Add verbose_names to Avatar model. 2016-09-16 10:55:13 +02:00
pl/LC_MESSAGES Add verbose_names to Avatar model. 2016-09-16 10:55:13 +02:00
pt_BR/LC_MESSAGES Add verbose_names to Avatar model. 2016-09-16 10:55:13 +02:00
ru/LC_MESSAGES Fix invalid translations 2017-08-27 08:47:26 -05:00
zh_CN/LC_MESSAGES Add verbose_names to Avatar model. 2016-09-16 10:55:13 +02:00