# translations

<div align="left"><figure><img src="/files/HNw40jUXu8OXYpcVxpE9" alt="" width="169"><figcaption></figcaption></figure></div>

<table><thead><tr><th width="259">Folder Name</th><th>Description</th><th>Folders</th></tr></thead><tbody><tr><td>resources</td><td>A folder that contains all supported languages represented by a folder</td><td>af, ar, bg. bn, ca, cs, da, de, el, en, es, fi, fil, fr, he, hi, hr, hu, id, it, ja, ko, ms, nl, no, pl, pt, ro, ru, sk, sl, sr, sv, ta, th, tr, uk, vi, zh</td></tr><tr><td>index.ts</td><td>A file being used for i18n declaration</td><td></td></tr></tbody></table>

The following files are inside the a language folder (example: af)

<div align="left"><figure><img src="/files/oWRYULyWe9hpTihxPGxr" alt="" width="179"><figcaption></figcaption></figure></div>

<table><thead><tr><th width="231">File Name</th><th>Description</th></tr></thead><tbody><tr><td>_index.ts</td><td>A file that contains functionalities for loading backends</td></tr><tr><td>common.json</td><td>A file that contains common translations</td></tr><tr><td>createrestore.json</td><td>A file that contains create and restore component translations</td></tr><tr><td>home.json</td><td>A file that contains home component translations</td></tr><tr><td>welcome.json</td><td>A file that contains welcome component translations</td></tr></tbody></table>


---

# 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://sspwallet.gitbook.io/docs/ssp-key-development/project-folders/src/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.
