0

I'm using Rails 4, and Devise gem to create User model. simple stuff. though, when it comes to translation i have certain issues, remain in english, even though i copy solutions from devise wiki. On the other hand i know basics are correct, because alerts usin while being logged in/out work like a charm. Right now i'm trying to translate 'remember me' checkbox, this one just under Email&Password fields, but i'm also very far from sign-in button etc...

here's what i've been trying, basically the same whats in devise wiki:

pl:
  devise:
    remember_me: "Zapamiętaj mnie" #### Not working:(
    sessions:
      user:
        signed_in: "Witaj ponownie"   #### Working hoorray!
        signed_out: "Wylogowałeś się. Zapraszamy ponownie!" ### Working hoorray!

EDIT

Im using devise (3.0.3)

devise.pl.yml is in locales folder

my default locale is set to :pl

Leo
  • 2,061
  • 4
  • 30
  • 58

1 Answers1

0

Your view have to use the values from de dictionary of your language, please verify it

G. I. Joe
  • 1,585
  • 17
  • 21