# Translations

## Publish Translations

To start customizing the translations, you first need to publish them to `lang/vendor/snipcart` using this command:

```
php please vendor:publish --tag=snipcart-translations
```

## Customize Translations

### Buttons

The translation of **buttons** are located in: \
`lang/vendor/snipcart/{language}/buttons.php`

### Currencies

The translation of **currencies** are located in: \
`lang/vendor/snipcart/{language}/currencies.php`

### Units

The translation of **length** and **weight** units are located in: \
`lang/vendor/snipcart/{language}/units.php`

## Add Translations

You can add your own translations by placing them into: `lang/vendor/snipcart/{language}/{filename}.php`


---

# 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://snipcart.michaelaerni.ch/customization/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.
