Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n F.A.Q. #26

Open
frlan opened this issue Sep 20, 2024 · 1 comment
Open

i18n F.A.Q. #26

frlan opened this issue Sep 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@frlan
Copy link
Contributor

frlan commented Sep 20, 2024

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, …

@smark-1 smark-1 added the enhancement New feature or request label Sep 20, 2024
@smark-1
Copy link
Owner

smark-1 commented Sep 22, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants