I'm trying to localize a Django application, but I could not find any way to differentiate translation of a verb and a noun.
Let's say I have a word "order" that is used as a verb in one case, and a noun in another. In the .po file it appears as:
#: .\core\order.py:747
msgid "Order"
msgstr ""
Any hints?