We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725314f commit de6aafdCopy full SHA for de6aafd
docs/reference/configuration.md
@@ -150,6 +150,12 @@ templates:
150
151
# Path to the frontend assets manifest file
152
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
159
```
160
161
## `clients`
0 commit comments