From 99585094ede9b84f38aa2af8dab01fb92368d486 Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Thu, 7 Nov 2024 17:11:13 +0100 Subject: [PATCH] [docs-only] One more added envvar change found --- .../env-var-deltas/5.0.0-7.0.0-added.adoc | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-added.adoc b/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-added.adoc index 1d33453bb4..adf23f22d4 100644 --- a/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-added.adoc +++ b/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-added.adoc @@ -13,6 +13,11 @@ | Serve ownCloud themes from a path on the filesystem instead of the builtin assets. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH/web/assets/themes | /var/lib/ocis/web/assets/themes +| +| OCIS_DEFAULT_LANGUAGE +| The default language used by services and the WebUI. If not defined, English will be used as default. See the documentation for more details. +| + | | OCIS_DISABLE_VERSIONING | Disables versioning of files. When set to true, new uploads with the same filename will overwrite existing files instead of creating a new version. @@ -34,11 +39,11 @@ | false | -| OCIS_WOPI_DISABLE_CHAT -| Disable chat in the office web frontend. This feature applies to OnlyOffice and Microsoft. -| false +| OCIS_TRANSLATION_PATH +| (optional) Set this to a path with custom translations to overwrite the builtin translations. Note that file and folder naming rules apply, see the documentation for more details. +| -| xref:{s-path}/activitylog.adoc[Activitylog] +| | ACTIVITYLOG_TRANSLATION_PATH | (optional) Set this to a path with custom translations to overwrite the builtin translations. Note that file and folder naming rules apply, see the documentation for more details. |