]> source.dussan.org Git - gitblit.git/commitdiff
Documentation
authorJames Moger <james.moger@gitblit.com>
Mon, 8 Apr 2013 13:48:55 +0000 (09:48 -0400)
committerJames Moger <james.moger@gitblit.com>
Mon, 8 Apr 2013 13:48:55 +0000 (09:48 -0400)
releases.moxie
src/main/distrib/data/gitblit.properties

index 8d453085298d98b61217cc696a46ff1112f801b2..59f3ba2e288ca6f17739bd71c0aa0e32c5d7f3ad 100644 (file)
@@ -27,6 +27,7 @@ r17: {
         - Updated Polish translation\r
         \r
     additions: \r
+        - Added a server setting to force a particular translation/Locale for all sessions\r
         - Added Git Daemon serving\r
         - Option to automatically tag branch tips on each push with an incremental revision number\r
      - Implemented multiple repository owners\r
@@ -70,6 +71,7 @@ r17: {
        - { name: 'git.daemonBindInterface', defaultValue: 'localhost' }\r
        - { name: 'git.daemonPort', defaultValue: 9418 }\r
     - { name: 'git.defaultIncrementalPushTagPrefix', defaultValue: 'r' }\r
+       - { name: 'web.forceDefaultLocale', defaultValue: ' ' }\r
 }\r
 \r
 #\r
index 6af132abf56cea626419bfd20916562d21092ec4..10e98df0a571f7f6c6f1747cac4aa117b933f4aa 100644 (file)
@@ -877,10 +877,14 @@ web.aggressiveHeapManagement = false
 # RESTART REQUIRED\r
 web.debugMode = false\r
 \r
-# Force default locale to all users, ignoring browser settings. Empty value delivers previous behavior.\r
+# Force a default locale for all users, ignoring the browser's settings.\r
+# An empty value allows Gitblit to use the translation preferred by the browser.\r
+#\r
+# Changing this value while the server is running will only affect new sessions.\r
+#\r
+# e.g. web.forceDefaultLocale = en\r
 #\r
 # SINCE 1.3.0\r
-# RESTART REQUIRED\r
 web.forceDefaultLocale = \r
 \r
 # Enable/disable global regex substitutions (i.e. shared across repositories)\r