Open frlan opened 1 month ago
It should be relatively simple to update the templates, views and admin to mark text as translatable.
However the actual models content might be a bit more complex to translate. Should each question and answer have a version of it in each language or maybe each language should have its own faq "instance" with its own questions/answers? Should this use django-modeltranslation for the model translations? Should it be an optional dependency?
It would be nice to have an option to have i18n/l10n FAQ options
So when having a multilanguage site, F.A.Q. needs to be done in e.g. en, de, ru, pt, …