django internationalization

2022-11-28 Thread Dhrub Kumar Sharma
Hi everybody I am applying Django internalization for a multilingual site. I am facing a problem with making href URL dynamic instead of repeating same code manually. [image: url.png] I tried this but cant get perfect href dynamically. please help me same problem I am facing in language

Re: django internationalization

2022-11-28 Thread Dhrub Kumar Sharma
so > translated? > > In the docs i see they use a tag to get the correct url for the given > language, but as I said, I'm not sure if that is what you want. > > > https://docs.djangoproject.com/en/4.1/topics/i18n/translation/#reversing-in-templates > > El lun, 28 nov

Django Internationalization

2022-11-26 Thread Dhrub Kumar Sharma
I am getting problems with {% trans " "%} when implementing with paragraph. Will anyone help me how to fix it to translate paragraphs correctly in template and what's wrong with my code here?[image: Screenshot_1.png] -- You received this message because you are subscribed to the Google Groups