Forum: Ruby on Rails New service to improve i18n management

Posted by Manuel Boy (Guest)
on 2012-04-06 12:14
(Received via mailing list)
Hi everyone!

we have been working on phrase <https://phraseapp.com>, a project around
the i18n gem. It provides the ability to translate a website using 
in-place
edit. If you have ever developed a larger, localized project you might 
have
run into the same issues as we did and phrase might be interesting for 
you.

It would be nice to hear some feedback and see some developers using it 
;-)

phraseapp.com

Thank you!
Manuel
Posted by comopasta Gr (comopasta)
on 2012-04-06 12:31
Manuel Boy wrote in post #1055240:
> Hi everyone!
>
> we have been working on phrase <https://phraseapp.com>, a project around
> the i18n gem. It provides the ability to translate a website using
> in-place
> edit. If you have ever developed a larger, localized project you might
> have
> run into the same issues as we did and phrase might be interesting for
> you.
>
> It would be nice to hear some feedback and see some developers using it
> ;-)
>

This looks very interesting. I'll by trying to use it soon.

Thanks.
Posted by YogiZoli (Guest)
on 2012-04-07 15:38
(Received via mailing list)
Excellent idea, just signed up!
Posted by Manuel Boy (Guest)
on 2012-04-10 12:14
(Received via mailing list)
Nice! Great to hear you like it ;-)

Am Samstag, 7. April 2012 15:37:10 UTC+2 schrieb YogiZoli:
Posted by Yvan R. (yvan_r)
on 2013-01-09 03:15
Phraseapp.com is really impressive.  I still have a problem to translate 
my devise stuff.

This is what I receive in my mail.

{{__phrase_devise.mailer.confirmation_instructions.felicitation__}}
{{__phrase_devise.mailer.confirmation_instructions.connexion__}}

Did anybody have a suggestion?

This is what I tried

confirmation_instructions.html.erb
<%= phrase_javascript("xxxxxxxx") %>
<%=t('.felicitation')%>
<%=I18n.translate('.felicitation')%>
<%=I18n.translate('devise.mailer.confirmation_instructions.felicitation')%>
<%=I18n.translate('phrase__devise.mailer.confirmation_instructions.felicitation')%>

without success
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.