> 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/aide-et-communaute/translation-issues.md).

# Signaler des problèmes de traduction

Comment signaler une traduction incorrecte ou manquante.

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

## Ce qu’il faut signaler

* Un message du bot qui s’affiche en anglais lorsque votre serveur est réglé sur une autre langue.
* Une traduction incorrecte ou qui sonne bizarrement dans votre langue.
* Un mot ou une expression manquante.

## Comment le signaler

Utilisez la méthode qui vous convient le mieux :

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

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 de commande). Une capture d’écran est idéale.

## Lié

{% content-ref url="/pages/b0be2f0e0fae07484ad1b4444762a082547040bf" %}
[Le paramètre de 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/aide-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.
