### Features

#### Add 'language' option to template url() function

Example:

```twig
{{ url('page-id', {'language': 'fr'}) }}
```

[Documentation →](/documentation/templates/#url)

### Fix

- Detection of internal translation file
- Phar must include _mo_ files
- Load root locale version of a translation if exists

### Docs

- Update templates documentation

### Miscs

- Dependencies updated
