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!
Hi there,
I'm trying to use the fr localization but it stays in English.
My js file has the two require:
And my view has the following code:
What am I missing to make it work?
Thanks!