Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-11-29 11:50:40 +0300
committerJoas Schilling <coding@schilljs.com>2017-11-29 12:04:53 +0300
commit8e684f76e5d599917b52ddfd0ea1d58e31222487 (patch)
tree4525d5c9f471f00f3abf623aea00a416cbba32c4 /config
parenta0ce2c1204861e64219f6375f6ff8d13e63cfe32 (diff)
Allow `{lang}` as a placeholder in the skeleton directory
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 022b807a881..59fb1d13610 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -242,6 +242,9 @@ $CONFIG = array(
* The directory where the skeleton files are located. These files will be
* copied to the data directory of new users. Leave empty to not copy any
* skeleton files.
+ * ``{lang}`` can be used as a placeholder for the language of the user.
+ * If the directory does not exist, it falls back to non dialect (from ``de_DE``
+ * to ``de``). If that does not exist either, it falls back to ``en``
*
* Defaults to ``core/skeleton`` in the Nextcloud directory.
*/