Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"The {{key}} interpolation syntax in I18n messages is deprecated." #13

Closed
MikeBlyth opened this issue Oct 13, 2010 · 3 comments
Closed

Comments

@MikeBlyth
Copy link

I get this message during testing when the program sends the message "1 error prohibited this from being saved." I traced it to lines 100 and 101 of plugins\active_scaffold\lib\active_scaffold\locale\en.rb where {{key}} is still being used. It is also in the de.rb and fr.rb files. I would fix such an easy error myself but haven't yet learned how to check out and commit gits :-( .

@vhochstein
Copy link
Owner

yes, that s absolutely true. However, if you volunteer, I would suggest that you try to fork and submit a pull request.
http://help.github.com/forking/

If you have modified the locale files you can use git add and git commit commands to commit these changes to your local repository.
To send these changes to your github repository you have to do a
git push origin master

Afterwards you can just press pull request button on github.

That should give you some insides into github and forking.

In case of any question...

@MikeBlyth
Copy link
Author

I did try to connect to github but I can't get the ssh to work even after reading through the troubleshooting page. I'm in Nigeria; perhaps my ISP or theirs is blocking the address range, which does happen sometimes. Anyway, it's a quick fix so hopefully someone will pick up on this thread and change those few lines.

@vhochstein
Copy link
Owner

Will pick up that task. Thanks a lot for trying anyway

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants