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