summaryrefslogtreecommitdiffstats
path: root/src/main/distrib
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-04-08 09:48:55 -0400
committerDavid Ostrovsky <david@ostrovsky.org>2013-04-14 11:34:50 +0200
commit48d475f17e21e76cf3fbf7180395e4e459b936c4 (patch)
treeff892813520370c410c8e9ac7b5cd4532a2d147b /src/main/distrib
parent4addb8dd09052c9622583653d4ab5521de622983 (diff)
downloadgitblit-48d475f17e21e76cf3fbf7180395e4e459b936c4.tar.gz
gitblit-48d475f17e21e76cf3fbf7180395e4e459b936c4.zip
Documentation
Diffstat (limited to 'src/main/distrib')
-rw-r--r--src/main/distrib/data/gitblit.properties8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties
index 6af132ab..10e98df0 100644
--- a/src/main/distrib/data/gitblit.properties
+++ b/src/main/distrib/data/gitblit.properties
@@ -877,10 +877,14 @@ web.aggressiveHeapManagement = false
# RESTART REQUIRED
web.debugMode = false
-# Force default locale to all users, ignoring browser settings. Empty value delivers previous behavior.
+# Force a default locale for all users, ignoring the browser's settings.
+# An empty value allows Gitblit to use the translation preferred by the browser.
+#
+# Changing this value while the server is running will only affect new sessions.
+#
+# e.g. web.forceDefaultLocale = en
#
# SINCE 1.3.0
-# RESTART REQUIRED
web.forceDefaultLocale =
# Enable/disable global regex substitutions (i.e. shared across repositories)