0

I have a template in which I have placed a tag:

{% trans 'Products'%}

In English, everything is ok - I have the "Products". When I switch on the Polish language page I have: "Produkty" and I would like to have "Products". However, in the .po files - I do not have the settings on the Polish and English of the word.

mark
  • 653
  • 1
  • 10
  • 23

1 Answers1

0

Maybe default translations of Django contains this word? Just add, within your local .po file:

msgid "Products"
msgstr ""
Blackeagle52
  • 1,956
  • 17
  • 16