summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-06-08 13:44:47 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-06-08 13:44:47 +0000
commit5c22952e3d4061208b237974c97258710ef924d0 (patch)
tree571370a7ae8d913a454d3f13964fb666ace11ee3 /config
parent521461f5b851d6faf65d7a2e8cd702e275db20a2 (diff)
downloadredmine-5c22952e3d4061208b237974c97258710ef924d0.tar.gz
redmine-5c22952e3d4061208b237974c97258710ef924d0.zip
PDF: add Japanese comment of ja.yml general_pdf_encoding *CP932* and *SJIS* in JRuby and CRuby (#8565, #61).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6011 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/locales/ja.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 11683d544..d4cb37705 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -158,6 +158,14 @@ ja:
general_csv_separator: ','
general_csv_decimal_separator: '.'
general_csv_encoding: CP932
+ ## Redmine 1.2.0 現在、この値によって、pdfの出力のフォントを切り替えています。
+ ## CRuby では CP932 にしてください。
+ ## JRuby 1.6.2 (ruby-1.8.7-p330) では、CP932 ですと
+ ## Iconv::InvalidEncoding例外が発生します。
+ ## JRuby では、SJIS か Shift_JIS にしてください。
+ ## ご存知の通り、CP932 と SJIS は別物ですが、
+ ## そこまでの検証はしていません。
+ # general_pdf_encoding: SJIS
general_pdf_encoding: CP932
general_first_day_of_week: '7'