Open JeS24 opened 1 year ago
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open.
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open.
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open.
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open.
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open.
Feature request / Suggestion
For a multilingual country like India, providing support for multiple languages is important, especially since one of the stated goals of Tirtha is democratization of heritage documentation. Ensuring Tirtha is accessible to non-English speakers is imperative. This issue will track any updates to the Django backend that enables localization for the various languages in India, as well as, across the world.
Possible implementation
The following points may be useful (Partial credits to ChatGPT):
gettext
) and wrap translatable strings with translation tags.django-rosetta
help here.Additionally, account for the following:
Run
.Self-check