# Translations Update

We are improving the **Sequoia** theme with every update with new features and options. Some of them are displayed on the front-end of the website. Therefore, it needs to update the language and translation files to translate the new strings in the theme.

The first thing to do is to update the main language file, where all the theme strings are stored. Go to the **Dashboard > Loco Translate > Themes > Sequoia** and choose **Edit template.**

![](/files/cZ5Fyb1Gew2YsqpoTyyU)

{% hint style="warning" %}
This is NOT a translation file. Manual editing of source strings is not recommended.
{% endhint %}

Click on the **Sync** button to merge new strings from the source code into the main language file.

![](/files/LHxZtpFKQqjIHexrBINA)

Click on the **Save** button to save the new strings. Go to the list of translation files for updating the needed translations. Select your translation file and click on the **Sync** button and **Save** changes.


---

# 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://docs.stylemixthemes.com/sequoia-theme-documentation/translation-and-localization/translations-update.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.
