Sometimes I'm too lazy to make a translation 'by the rules' or need different meaning of a word in the context, so I insert the desired values directly in the code. In this case, I needed to make replacement of the Order States (https://github.com/diefenbach/django-lfs/blob/master/lfs/order/settings.py) and faced with UnicodeEncodeError Exception when I did it.
.. and will replace it AFAP.
Sometimes I'm too lazy to make a translation 'by the rules' or need different meaning of a word in the context, so I insert the desired values directly in the code. In this case, I needed to make replacement of the Order States (https://github.com/diefenbach/django-lfs/blob/master/lfs/order/settings.py) and faced with UnicodeEncodeError Exception when I did it.
This is not quite a bug, but just in case.