@@ -606,7 +606,7 module ApplicationHelper | |||
|
606 | 606 | @calendar_headers_tags_included = true |
|
607 | 607 | content_for :header_tags do |
|
608 | 608 | javascript_include_tag('calendar/calendar') + |
|
609 | javascript_include_tag("calendar/lang/calendar-#{current_language}.js") + | |
|
609 | javascript_include_tag("calendar/lang/calendar-#{current_language.to_s.downcase}.js") + | |
|
610 | 610 | javascript_include_tag('calendar/calendar-setup') + |
|
611 | 611 | stylesheet_link_tag('calendar') |
|
612 | 612 | end |
General Comments 0
You need to be logged in to leave comments.
Login now