Skip to content

Commit de6aafd

Browse files
Update configuration.md to include a missing parameter
1 parent 725314f commit de6aafd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/reference/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ templates:
150150
151151
# Path to the frontend assets manifest file
152152
assets_manifest: /to/manifest.json
153+
154+
# From where to load the translation files
155+
# Default in Docker distribution: `/usr/local/share/mas-cli/translations/`
156+
# Default in pre-built binaries: `./share/translations/`
157+
# Default in locally-built binaries: `./translations/`
158+
translations_path: /to/translations
153159
```
154160
155161
## `clients`

0 commit comments

Comments
 (0)