From 35ae57001180bc67b66a4ebc67007a75e1c470f5 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 08 Apr 2013 09:48:55 -0400
Subject: [PATCH] Documentation
---
releases.moxie | 2 ++
src/main/distrib/data/gitblit.properties | 8 ++++++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/releases.moxie b/releases.moxie
index 8d45308..59f3ba2 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -27,6 +27,7 @@
- Updated Polish translation
additions:
+ - Added a server setting to force a particular translation/Locale for all sessions
- Added Git Daemon serving
- Option to automatically tag branch tips on each push with an incremental revision number
- Implemented multiple repository owners
@@ -70,6 +71,7 @@
- { name: 'git.daemonBindInterface', defaultValue: 'localhost' }
- { name: 'git.daemonPort', defaultValue: 9418 }
- { name: 'git.defaultIncrementalPushTagPrefix', defaultValue: 'r' }
+ - { name: 'web.forceDefaultLocale', defaultValue: ' ' }
}
#
diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties
index 6af132a..10e98df 100644
--- a/src/main/distrib/data/gitblit.properties
+++ b/src/main/distrib/data/gitblit.properties
@@ -877,10 +877,14 @@
# 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)
--
Gitblit v1.9.1