# Supported File Types

Transizyi supports a variety of file types for both uploading content for translation and exporting translated content. These file types are:

| Key                   | Name                          | Extension  |
| --------------------- | ----------------------------- | ---------- |
| JSON                  | JSON (.json)                  | json       |
| STRUCTURED\_JSON      | Structured JSON (.json)       | json       |
| JS                    | JavaScript Object (.js)       | js         |
| PHP\_ARRAY            | PHP Array (.php)              | php        |
| PHP\_LARAVEL\_ARRAY   | PHP Laravel Array (.php)      | php        |
| INI                   | PHP INI (.ini)                | ini        |
| YAML                  | YAML (.yaml)                  | yaml       |
| RUBY\_ON\_RAILS\_YAML | Ruby on Rails YAML (.yml)     | yml        |
| PO                    | Gettext (.po)                 | po         |
| STRINGS               | Apple Strings (.strings)      | strings    |
| PROPERTIES            | Java Properties (.properties) | properties |
| ANDROID               | Android Resources (.xml)      | xml        |
| RESX                  | .NET Resource (.resx)         | resx       |
| RESW                  | .NET Resource (.resw)         | resw       |
| TS                    | Qt Linguist (.ts)             | ts         |
| CSV                   | CSV (.csv)                    | csv        |
| XLSX                  | Excel (.xlsx)                 | xlsx       |
| MULTILINGUAL\_XLSX    | Multilingual Excel (.xlsx)    | xlsx       |
| ARB                   | Flutter (.arb)                | arb        |
| APPLE\_XLIFF          | Apple XLIFF (.xliff)          | xliff      |
| PHP\_SYMFONY\_XLIFF   | PHP Symfony XLIFF (.xliff)    | xliff      |
| ANGULAR\_I18N\_XLIFF  | Angular i18n XLIFF (.xlf)     | xlf        |
| APPLE\_PROPERTY\_LIST | Apple Property List (.plist)  | plist      |
| REACT\_NATIVE\_I18N   | React Native (i18n) (.js)     | js         |


---

# 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.transiyzi.com/developers/rest-api-reference/supported-file-types.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.
