Skip to content

Commit

Permalink
IBX-2301: Added configuration to enable translations from i18n package (
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikaK committed Mar 22, 2022
1 parent aeae2cf commit efb001c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/guide/back_office_translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Changing Back Office languages

To enable Back Office translations, use the following configuration:

``` yaml
ibexa:
ui:
translations:
enabled: true
```
### Installing new translations
If you want to install a new language in your project, install the corresponding package.
Expand Down

0 comments on commit efb001c

Please sign in to comment.