-
Notifications
You must be signed in to change notification settings - Fork 238
Open
Description
Hi there,
I'm trying to use the fr localization but it stays in English.
My js file has the two require:
//= require recurring_select
//= require recurring_select/fr
And my view has the following code:
<% schedule = IceCube::Schedule.new(now = Time.now) do |s|
s.add_recurrence_rule(RecurringSelect.dirty_hash_to_rule(current_user.study_frequency))
end %>
<%= t('app.dashboard.reminders_sent') %> <%= schedule.to_s.downcase %><br />
What am I missing to make it work?
Thanks!
- Vincent
Metadata
Metadata
Assignees
Labels
No labels