From 70ecda7d0cc52b7774caeb614dda5d5ac2dd70cb Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 15 Apr 2013 08:55:04 -0400 Subject: [PATCH] Merge branch 'update-japanese-lang' of https://github.com/zakki/gitblit --- src/main/distrib/data/gitblit.properties | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index 31b5272..10e98df 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -877,6 +877,16 @@ # RESTART REQUIRED web.debugMode = false +# 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 +web.forceDefaultLocale = + # Enable/disable global regex substitutions (i.e. shared across repositories) # # SINCE 0.5.0 -- Gitblit v1.9.1