Fix an IME rendering issue (#1735)

* Fix an IME rendering issue

* Execute rake precompile
This commit is contained in:
yy0931
2021-07-09 23:52:38 +09:00
committed by GitHub
parent 51f2f032d7
commit 046353cf7e
9 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -10,13 +10,13 @@ require 'github/markup'
require 'rhino' if RUBY_PLATFORM == 'java'
# internal
require File.expand_path('../gollum/uri_encode_component', __FILE__)
require ::File.expand_path('../gollum/uri_encode_component', __FILE__)
module Gollum
VERSION = '5.2.3'
::I18n.available_locales = [:en]
::I18n.load_path = Dir[File.expand_path("lib/gollum/locales") + "/*.yml"]
::I18n.load_path = Dir[::File.expand_path("lib/gollum/locales") + "/*.yml"]
def self.assets_path
::File.expand_path('gollum/public', ::File.dirname(__FILE__))