Commit 73eb1580 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixed: zh-TW PDF export broken by new locales (#2940).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2575 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent eb224378
......@@ -32,7 +32,7 @@ module Redmine
def initialize(lang)
super()
set_language_if_valid lang
case current_language.to_s
case current_language.to_s.downcase
when 'ja'
extend(PDF_Japanese)
AddSJISFont()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment