[Fixed]-Bad translation with Djangojs app Django

1đź‘Ť

Another approach you can take is writing out all your templates and placing the strings within trans and blocktrans tags with i18n at the top.

this will update your django.po with your strings and handle translations.

You can also use get_language() to get the users current language.

👤ajabdelaziz

Leave a comment