> For the complete documentation index, see [llms.txt](https://docs.prestashop-project.org/translating-prestashop/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prestashop-project.org/translating-prestashop/translating-prestashop-software-basics/translating-on-crowdin/proofreading-all-you-need-to-know.md).

# Proofreading: All You Need to Know

## 🤔 What's the difference between translation and proofreading?

Proofreading and translation are two different things. While a translator translates source strings into a target language, **a proofreader checks translations to make sure they are correct.**&#x20;

This means checking for **typos and vocabulary** (using the [PrestaShop Glossary](/translating-prestashop/resources/resources/prestashop-glossary.md)), but also making sure the **translations are consistent and harmonized** throughout the whole file.&#x20;

Once a translation string has been checked by a proofreader, it can then be **approved.** A green checkmark (✅) appears next to translated and approved strings.&#x20;

<figure><img src="/files/gygVYVqxnx2jIdW6RI2b" alt=""><figcaption><p>An example of translated and approved strings</p></figcaption></figure>

You can also check if a string has been approved or not by looking at the translations section, under the string. **Two usernames will appear under an approved string**: the first username is the translator's username, while the second one is the proofreader's (along with a green checkmark):

<figure><img src="/files/sQVTdLUo4eOACa9ww4dK" alt=""><figcaption><p>An example of approved string.</p></figcaption></figure>

## 🧐 How do I become a Proofreader?

It's simple: **send us a message** on the [Slack translation channel ](https://join.slack.com/t/prestashop/shared_invite/zt-dkmbz5qf-I~FlEWwmRUOXunc5ui0Ucg)or on the [Crowdin project ](https://crowdin.com/project/prestashop-official)with your request.&#x20;

Proofreaders are always needed, so don't hesitate to contact us if you're interested! 🙌


---

# 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://docs.prestashop-project.org/translating-prestashop/translating-prestashop-software-basics/translating-on-crowdin/proofreading-all-you-need-to-know.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.
