[Answered ]-Why is Django only showing some of my translations

2👍

1.Make sure you are always using ugettext_lazy (not ugettext) in model and form definitions

2.Remove possible fuzzy tags in the .mo files.

Leave a comment