> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# {{translate}} helper

- URL: https://getpublii.com/dev/translate-helper/
- Published: 2017-08-04T22:30:53.637Z
- Updated: 2024-02-08T09:38:20.790Z
- Description: Helper used for creating translatable phrases in the theme. Syntax: {{ translate 'key.subkey' \[string1 string2 ...\] }} Example: {{ translate 'partials.cookiebar.close' }} You can find…
- Author: Tomasz Dziuda
- Tags: Helpers

Helper used for creating translatable phrases in the theme.

Syntax:

```handlebars
{{ translate 'key.subkey' [string1 string2 ...] }}
```

Example:

```handlebars
{{ translate 'partials.cookiebar.close' }}
```

You can find more details about creating translations in the [Theme Translations API](https://getpublii.com/dev/translations-api/).
