# Update App Translation

Glover was developed by an English speaking team, so all other translation in the app is done using google translator. Therefore, there are going to be more cases where the translated word/sentence are not correct. In this case, you have the access to make changes to the translation files in the app source code. Simply follow the steps below:<br>

1. Find the right translation file for your language in the: **assets/lang/** folder
2. For example Spanish translations are stored in **es.json** file, **ar.json** for arabic translation etc.
3. In the file find the Word/Sentence you want to make changes and change them.

{% hint style="warning" %}
Don't make changes to the English Word/Sentence in those files
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://edentech.gitbook.io/glover/faqs/update-app-translation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
