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

Complement I18n methods? #6

Open
HoneyryderChuck opened this issue May 6, 2013 · 1 comment
Open

Complement I18n methods? #6

HoneyryderChuck opened this issue May 6, 2013 · 1 comment

Comments

@HoneyryderChuck
Copy link

Hi

About time someone actually is working on this. Indeed I18n is in need of an update in its format to allow foreign elements without always marking the subsequent string as html_safe.

Nevertheless, I see something missing: basically using it on top of I18ninstead of trying to replace it. So, instead of using the helper #it, i'd be using the old I18n.t, but I would be able to use the other It helpers inside it to handle the new markup.

Advantages: This lowers the overhead of introducing It in a new project by enhancing its features; otherwise I'll have to replace all I18n.t calls, and for some projects that's prohibitive. Also, the future merge of your idea into the actual i18n gem would be easened and the gems would be more of collaborators instead of competitors.

@iGEL
Copy link
Owner

iGEL commented May 8, 2013

Thank you for your proposal. I agree with your reasons, it should be possible to replace or extend one of the existing backends. Unfortunately, I don't have time for this at the moment, but the next time I do a major contribution here, I'll consider it.

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

No branches or pull requests

2 participants