> For the complete documentation index, see [llms.txt](https://rosea.gitbook.io/monocolor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rosea.gitbook.io/monocolor/getting-started/translations.md).

# Translations

{% hint style="info" %}
**Multi-language Content FIlter Documentation**

<https://docs.moodle.org/400/en/Multi-language_content_filter>
{% endhint %}

{% hint style="info" %}
**Theme Language Pack**

If you're interested in collaborating and contributing a translation pack to the theme, kindly reach out to me. [via support page.](https://roseathemes.ticksy.com/)

File to translate you can find in *space/lang/en/theme\_monocolor.php*
{% endhint %}

**Adding new language**

1. **Go to:** `Dashboard → Site administration → Language → Language packs`
2. **Select** Available language packs (on the right)
3. **Install** selected language pack(s)

**What can I do with untranslated theme elements?**

1. **Go to:** `Dashboard → Site administration → Language → Language customization`
2. **Select:** language to add a translation.
3. **Click:** Open language pack for editing
4. Show strings of these components: Select all (`Ctrl + A` or `CMD + A`)
5. Only strings containing: e.g **`My courses`** or **`Get access`**
6. **Click:** Show strings
7. Add translation and Save


---

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

```
GET https://rosea.gitbook.io/monocolor/getting-started/translations.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.
