> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/fr/obtenir-de-laide-et-communaute/translation-issues.md).

# Signaler des problèmes de traduction

Ticket King est traduit en plusieurs langues, et l’équipe Ticket King gère toutes les traductions en interne. Si vous repérez une traduction incorrecte, maladroite ou toujours affichée en anglais, faites-le-nous savoir et nous la corrigerons.

## Que signaler

* Un message du bot qui s’affiche en anglais lorsque votre serveur est configuré dans une autre langue.
* Une traduction incorrecte ou qui sonne étrange dans votre langue.
* Un mot ou une expression manquant.

## Comment le signaler

Utilisez le moyen qui vous convient le mieux :

* **E-mail** <support@ticketking.xyz>.
* **Ouvrir un ticket** dans notre Discord d’assistance à [ticketking.xyz/support](https://ticketking.xyz/support).

Pour nous aider à le corriger rapidement, indiquez la langue configurée sur votre serveur, le texte exact que vous avez vu et l’endroit où il est apparu (par exemple le message de bienvenue, un embed de journal ou une réponse à une commande). Une capture d’écran est idéale.

## Articles liés

{% content-ref url="/pages/b0be2f0e0fae07484ad1b4444762a082547040bf" %}
[Le paramètre Langue du serveur](/docs/fr/langues/server-language.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ticketking.xyz/docs/fr/obtenir-de-laide-et-communaute/translation-issues.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
