Skip to content

Localize not working #108

@vincentcordel

Description

@vincentcordel

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions