mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-12 04:03:08 +00:00
Remove mail templates localization.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1393 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
39a7ec66b0
commit
e4d7a21c9e
@ -108,11 +108,6 @@ module ActionMailer #:nodoc:
|
||||
# Eg. <tt>deliver_hello</tt> will render <tt>hello_en.rhtml</tt>.
|
||||
class Base
|
||||
include GLoc
|
||||
private
|
||||
alias :render_message_without_gloc :render_message
|
||||
def render_message(method_name, body)
|
||||
render_message_without_gloc("#{method_name}_#{current_language}", body)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user