From 0b6633ea4d66820196ef9db92c61fe3fc74ff672 Mon Sep 17 00:00:00 2001
From: Kensuke Matsuzaki <zakki@peppermint.jp>
Date: Mon, 15 Apr 2013 00:52:52 -0400
Subject: [PATCH] Translate massages to Japanase

---
 src/main/distrib/data/gitblit.properties |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

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