How to add translations to other languages once the "'i18n string value" is created ?

Hi everybody,

Is there a way to add translation to other languages once the "'i18n string value" is created (without editing directly .yml files) ?

I'm using Rubymine 3.0.1.

Many thanks,

Daniel

0
4 comments
Avatar
Permanently deleted user

Hello Daniel,

Have a look at the following help topic: http://www.jetbrains.com/ruby/webhelp/internationalization-and-localization-support.html

Regards,
Oleg

0

This feature is incomplete...Cut and Paste between all .yml files is not a solution...

An issue is already open, please see -  RUBY-6817 issue , http://youtrack.jetbrains.net/issue/RUBY-6817?projectKey=RUBY&query=localization

in an .erb file, add :

  <%= "the king is dead" %>

create a property : (locale file : en.yml, property key : king.dead, property value : "the king is dead")

then you have :

<%= t('king.dead') %>

Then, there is no way to display  "create a property" for my fr.yml (no pop-up menu at all)

0
Avatar
Permanently deleted user

Daniel,

Thanks, I see that this is exactly the same problem described in the issue request. Feel free to vote, comment and get notified once it is done.

Regards,
Oleg

0
Avatar
Permanently deleted user

Fix will be available in RubyMine 3.1 coming soon.

0

Please sign in to leave a comment.