django internationalization and translations issue

前端 未结 7 1712
傲寒
傲寒 2020-12-09 18:52

I have a problem with django translations.

Problem 1 - I updated string in django.po file, but the change does not appear on the webpage.

Problem 2 - I have

相关标签:
7条回答
  • 2020-12-09 19:38

    Check for the USE_I18N setting. More info. Anyway, I think by default it's True...

    0 讨论(0)
提交回复
热议问题