#33326: [doc] Does french translation uses smartquotes or something?
-----------------------------------------+------------------------
Reporter: Julien Palard | Owner: nobody
Type: Bug | Status: new
Component: Documentation | Version:
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-----------------------------------------+------------------------
In Transifex I see:
> par exemple, l':ref:`multi-table-inheritance`
which is right, and dates from 8 years ago so I bet it propagated to
docs.djangoproject.com.
But in
https://docs.djangoproject.com/fr/3.2/ref/models/fields/#django.db.models.OneToOneField
I see:
> par exemple, l”Héritage multi-table
which is wrong (see the "typographic" double quote).
This reminds me of typical
[smartquotes](https://docutils.sourceforge.io/docs/user/smartquotes.html)
issues, that we disabled on docs.python.org for similar reasons.
So, is smartquotes used on https://docs.djangoproject.com/fr/ and if so
can it be disabled to avoid those bugs?
--
Ticket URL: <https://code.djangoproject.com/ticket/33326>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/055.88d953d076d701eee1a745ac0eb87cfd%40djangoproject.com.