-
Notifications
You must be signed in to change notification settings - Fork 630
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
Hard-coded strings to i18n strings #427
Conversation
…tion layout, RevisionList and CourseCreator.
@kenua Hi! You've gotten started in the right direction with this, but the corresponding strings need to be added to config/locale/en.yml (and qqq.yml) for it to work as intended. The idea here is that the The So here we need to take each of those English strings, and add them to the en.yml file, and then call them by their message keys instead of the literal English strings we use now. |
@kenua Were you able to get a development environment up and running? If so, you can try out your changes by running One other little details: be sure to fetch the latest version of |
Thank so much for instruction, hope now I really understand what to do with this function. I still have a problem with installing capybara-webkit (whatever it is) and so can't run rake i18n:js:export, but I'll cope with it as soon as possible. |
Hi! Tell, please, does an another way to verify correctness of my changes On Sun, Oct 18, 2015 at 8:52 PM, Sage Ross notifications@github.com wrote:
|
@kenua Getting a development environment running would be essential to working on this as an Outreachy internship. Unfortunately, I don't have any experience with trying to run a Rails development environment in Windows, but from what I've read, it's not easy. Your best option might be to install Ubuntu on your netbook. |
@ragesoss Please, tell something about the last version of RevisionList, Course Creator, and main application layout. |
@kenua Hi! I didn't see the new commits until your comment yesterday... sorry about that delay. I'll take a look soon... Monday, if not today. Were you able to get a development environment up and running? If so, did you try it out and verify that the substituted strings are working as expected? |
@ragesoss Yes, I can't believe, but I've installed all these programs, rechecked the written and debugged it. Now it must work. And one question: should I commit .js-files? |
Replaced in the main application layout, RevisionList and CourseCreator.