Development ()

* Added optional text attribute to location link

* Set location title to link text on the schedule

* Fixed typo in GeocoderHelper

* Fixed an issue with date parsing

* Currency traslations
This commit is contained in:
Godwin 2017-08-24 10:07:39 -07:00 committed by GitHub
parent fd65bfd8f7
commit 676e7380b0
2 changed files with 4 additions and 0 deletions
app/helpers
config/locales

@ -32,6 +32,7 @@ module I18nHelper
end
def date(date, format = :long)
return '' unless date.present?
I18n.l(date.is_a?(String) ? Date.parse(date) : date, format: format)
end

@ -2459,6 +2459,9 @@ en:
show_interest: Click if you are interested in this workshop
add: Add new
options:
currency:
CAD: CAD
USD: USD
send_to:
registered: Everyone who has completed their registration
pre_registered: Everyone who has begun or completed the registration process