Re: Django multilinguial docs

2021-04-19 Thread Israr Hussain Rao
use this library and make a folder in your application django.mo and django.po django.utils.translation import ugettext use this template tag {% trans 'text need to be translate '%} On Mon, Apr 19, 2021 at 10:56 PM Archana Singh wrote: > Can anyone please guide how the django docs website h

Re: Django multilinguial docs

2021-04-19 Thread RANGA BHARATH JINKA
Hi, You can try using google translate. https://www.geeksforgeeks.org/add-google-translate-button-webpage/ All the best On Tue, Apr 20, 2021 at 1:26 AM Archana Singh wrote: > Can anyone please guide how the django docs website has implemented the > translating the content of the website to di