Skip to content

Localize not working #108

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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